@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:AllergyIntolerance ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "AlergiaColombia"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://www.minsalud.gov.co/ihc/fhir/StructureDefinition/AlergiaCo"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "

Generated Narrative: AllergyIntolerance

Resource AllergyIntolerance "AlergiaColombia"

Profile: Alergias Co

TipoAlergia: Sustancia del ambiente (Tipo Alergia#03)

clinicalStatus: Active (AllergyIntolerance Clinical Status Codes#active)

verificationStatus: Confirmed (AllergyIntolerance Verification Status#confirmed)

code: alergia a nueces ()

patient: Patient/PacienteColombiano: Paciente Colombiano " LÓPEZ"

" ] ; # fhir:extension ( [ fhir:url [ fhir:v "https://www.minsalud.gov.co/ihc/fhir/StructureDefinition/co-AllergyIntolerance-tipo"^^xsd:anyURI ] ; fhir:value [ a fhir:CodeableConcept ; fhir:coding ( [ fhir:system [ fhir:v "https://www.minsalud.gov.co/ihc/fhir/CodeSystem/AlergiasCS"^^xsd:anyURI ] ; fhir:code [ fhir:v "03" ] ] ) ] ] ) ; # fhir:clinicalStatus [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical"^^xsd:anyURI ] ; fhir:code [ fhir:v "active" ] ] ) ] ; # fhir:verificationStatus [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification"^^xsd:anyURI ] ; fhir:code [ fhir:v "confirmed" ] ] ) ] ; # fhir:code [ fhir:text [ fhir:v "alergia a nueces" ] ] ; # fhir:patient [ fhir:link ; fhir:reference [ fhir:v "Patient/PacienteColombiano" ] ; fhir:display [ fhir:v "Paciente Colombiano" ] ] . # # -------------------------------------------------------------------------------------