NAPKON Pediatrics Module
1.0.0 - trial-use

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

: COVID19 Symptom - XML Representation

Raw xml | Download



<Condition xmlns="http://hl7.org/fhir">
  <id value="COVID19Symptoms"/>
  <meta>
    <profile
             value="https://www.napkon.de/fhir/StructureDefinition/covid19-symptoms"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><p><b>dueTo</b>: <span title="Codes: {http://snomed.info/sct 840539006}">Disease caused by Severe acute respiratory syndrome coronavirus 2 (disorder)</span></p><p><b>verificationStatus</b>: <span title="Codes: {http://terminology.hl7.org/CodeSystem/condition-ver-status confirmed}, {http://snomed.info/sct 410605003}">Confirmed present (qualifier value)</span></p><p><b>category</b>: <span title="Codes: {http://snomed.info/sct 394537008}, {http://terminology.hl7.org/CodeSystem/observation-category laboratory}">Pediatric specialty (qualifier value)</span></p><p><b>code</b>: <span title="Codes: {http://snomed.info/sct 162397003}">Pain in throat (finding)</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>recordedDate</b>: Feb 19, 2021, 8:30:35 AM</p></div>
  </text>
  <extension url="http://hl7.org/fhir/StructureDefinition/condition-dueTo">
    <valueCodeableConcept>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="840539006"/>
        <display
                 value="Disease caused by Severe acute respiratory syndrome coronavirus 2 (disorder)"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <verificationStatus>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/condition-ver-status"/>
      <code value="confirmed"/>
    </coding>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="410605003"/>
      <display value="Confirmed present (qualifier value)"/>
    </coding>
  </verificationStatus>
  <category>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="394537008"/>
      <display value="Pediatric specialty (qualifier value)"/>
    </coding>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/observation-category"/>
      <code value="laboratory"/>
      <display value="Laboratory"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="162397003"/>
      <display value="Pain in throat (finding)"/>
    </coding>
  </code>
  <subject>
    <reference value="Patient/ExamplePatient"/>
  </subject>
  <recordedDate value="2021-02-19T09:30:35+01:00"/>
</Condition>