0.1.0 - ci-build

NAPKONBIH - Local Development build (v0.1.0). See the Directory of published versions

: SARS CoV2 Variant - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "SARSCoV2Variant",
  "meta" : {
    "profile" : [
      "https://www.netzwerk-universitaetsmedizin.de/fhir/StructureDefinition/sars-cov2-variant"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p></p><p><b>category</b>: <span title=\"Codes: {http://loinc.org 26436-6}, {http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory studies (set)</span></p><p><b>code</b>: <span title=\"Codes: {http://loinc.org 96741-4}\">SARS-CoV-2 (COVID-19) variant [Type] in Specimen by Sequencing</span></p><p><b>subject</b>: <a href=\"Patient-ExamplePatient.html\">Generated Summary: Medical record number: napkon-example-patient; maxi musterperson (OFFICIAL); gender: unknown; birthDate: 1990-08-08</a></p><p><b>value</b>: <span title=\"Codes: {http://loinc.org LA32552-4}\">SARS-CoV-2 Delta variant (WHO)</span></p></div>"
  },
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://loinc.org",
          "code" : "26436-6"
        },
        {
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
          "code" : "laboratory"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "96741-4",
        "display" : "SARS-CoV-2 (COVID-19) variant [Type] in Specimen by Sequencing"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/ExamplePatient"
  },
  "valueCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "LA32552-4",
        "display" : "SARS-CoV-2 Delta variant (WHO)"
      }
    ]
  }
}