NAPKON Vaccination Module
1.0.0 - trial-use

NAPKON Vaccination Module - Local Development build (v1.0.0). See the Directory of published versions

: SARS CoV2 Infection - JSON Representation

Raw json | Download


{
  "resourceType" : "Condition",
  "id" : "SARSCoV2InfectionUnknown",
  "meta" : {
    "profile" : [
      "https://www.napkon.de/fhir/StructureDefinition/sars-cov2-infection"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>category</b>: <span title=\"Codes: {http://snomed.info/sct 394807007}\">Infectious diseases (specialty) (qualifier value)</span></p><p><b>code</b>: <span title=\"Codes: {http://snomed.info/sct 840539006}\">Disease caused by 2019 novel coronavirus</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>onset</b>: 2021-02-01</p><p><b>recordedDate</b>: 2021</p></div>"
  },
  "modifierExtension" : [
    {
      "url" : "https://www.netzwerk-universitaetsmedizin.de/fhir/StructureDefinition/uncertainty-of-presence",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "261665006",
            "display" : "Unknown (qualifier value)"
          }
        ],
        "text" : "Presence of condition is unknown."
      }
    }
  ],
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "394807007"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "840539006"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/ExamplePatient"
  },
  "onsetDateTime" : "2021-02-01",
  "recordedDate" : "2021"
}