HL7 Czech Base and Core Implementation Guide
0.3.0-ballot - ci-build
HL7 Czech Base and Core Implementation Guide, published by HL7 Czech Republic. This guide is not an authorized publication; it is the continuous build for version 0.3.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7-cz/cz-core/ and changes regularly. See the Directory of published versions
<AllergyIntolerance xmlns="http://hl7.org/fhir">
<id value="AllergyToPenicilin"/>
<meta>
<profile
value="https://hl7.cz/fhir/core/StructureDefinition/cz-allergyIntolerance"/>
</meta>
<text>
<status value="extensions"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: AllergyIntolerance AllergyToPenicilin</b></p><a name="AllergyToPenicilin"> </a><a name="hcAllergyToPenicilin"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-cz-allergyIntolerance.html">Allergy Intolerance (CZ)</a></p></div><p><b>identifier</b>: <a href="http://terminology.hl7.org/5.0.0/NamingSystem-uri.html" title="As defined by RFC 3986 (http://www.ietf.org/rfc/rfc3986.txt)(with many schemes defined in many RFCs). For OIDs and UUIDs, use the URN form (urn:oid:(note: lowercase) and urn:uuid:). See http://www.ietf.org/rfc/rfc3001.txt and http://www.ietf.org/rfc/rfc4122.txt
This oid is used as an identifier II.root to indicate the the extension is an absolute URI (technically, an IRI). Typically, this is used for OIDs and GUIDs. Note that when this OID is used with OIDs and GUIDs, the II.extension should start with urn:oid or urn:uuid:
Note that this OID is created to aid with interconversion between CDA and FHIR - FHIR uses urn:ietf:rfc:3986 as equivalent to this OID. URIs as identifiers appear more commonly in FHIR.
This OID may also be used in CD.codeSystem.">URI</a>/urn:uuid:d8f41e59-56fe-4440-9467-3a0f8601b91e</p><p><b>clinicalStatus</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical active}">Active</span></p><p><b>verificationStatus</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-verification confirmed}">Confirmed</span></p><p><b>type</b>: Allergy</p><p><b>category</b>: Biologic</p><p><b>criticality</b>: High Risk</p><p><b>code</b>: <span title="Codes:{https://hl7.cz/fhir/core/CodeSystem/cz-dlpatc-cs J01CA}">PENICILINY SE ŠIROKÝM SPEKTREM</span></p><p><b>patient</b>: <a href="Patient-Mracena.html">Mračena</a></p><blockquote><p><b>reaction</b></p><p><b>AllergyIntolerance Certainty</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/reaction-event-certainty confirmed}">Confirmed</span></p><p><b>AllergyIntolerance ExposureDescription</b>: Oral route</p><p><b>substance</b>: <span title="Codes:{http://snomed.info/sct 3145006}">Penicillic acid</span></p><p><b>manifestation</b>: <span title="Codes:{http://snomed.info/sct 267038008}">Edema (finding)</span></p><p><b>severity</b>: Mild</p></blockquote></div>
</text>
<identifier>
<system value="urn:ietf:rfc:3986"/>
<value value="urn:uuid:d8f41e59-56fe-4440-9467-3a0f8601b91e"/>
</identifier>
<clinicalStatus>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical"/>
<code value="active"/>
<display value="Active"/>
</coding>
</clinicalStatus>
<verificationStatus>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/allergyintolerance-verification"/>
<code value="confirmed"/>
<display value="Confirmed"/>
</coding>
</verificationStatus>
<type value="allergy"/>
<category value="biologic"/>
<criticality value="high"/>
<code>
<coding>
<system value="https://hl7.cz/fhir/core/CodeSystem/cz-dlpatc-cs"/>
<code value="J01CA"/>
<display value="PENICILINY SE ŠIROKÝM SPEKTREM"/>
</coding>
</code>
<patient>🔗
<reference value="Patient/Mracena"/>
<display value="Mračena"/>
</patient>
<reaction>
<extension
url="http://hl7.org/fhir/StructureDefinition/allergyintolerance-certainty">
<valueCodeableConcept>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/reaction-event-certainty"/>
<code value="confirmed"/>
<display value="Confirmed"/>
</coding>
</valueCodeableConcept>
</extension>
<extension
url="http://hl7.org/fhir/StructureDefinition/openEHR-exposureDescription">
<valueString value="Oral route"/>
</extension>
<substance>
<coding>
<system value="http://snomed.info/sct"/>
<code value="3145006"/>
<display value="Penicillic acid"/>
</coding>
</substance>
<manifestation>
<coding>
<system value="http://snomed.info/sct"/>
<code value="267038008"/>
<display value="Edema (finding)"/>
</coding>
</manifestation>
<severity value="mild"/>
</reaction>
</AllergyIntolerance>