Interoperabilidad de Historia Clínica - PERÚ (versión en desarrollo)
0.1 - ci-build Peru flag

Interoperabilidad de Historia Clínica - PERÚ (versión en desarrollo) - Local Development build (v0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: AlergiaPeruMedicamento - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:AllergyIntolerance ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "AlergiaPeruMedicamento"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://www.gob.pe/minsa/RENHICE/fhir/StructureDefinition/AlergiaPe"^^xsd:anyURI ;
fhir:link <https://www.gob.pe/minsa/RENHICE/fhir/StructureDefinition/AlergiaPe>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: AllergyIntolerance AlergiaPeruMedicamento</b></p><a name=\"AlergiaPeruMedicamento\"> </a><a name=\"hcAlergiaPeruMedicamento\"> </a><a name=\"AlergiaPeruMedicamento-es-PE\"> </a><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>category</b>: Medication</p><p><b>code</b>: <span title=\"Codes:\">alergia a penicilina</span></p><p><b>patient</b>: <a href=\"Patient-PacientePeruMinimo.html\">Paciente Peru Ejemplo</a></p></div>"
  ] ; # 
  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:category ( [ fhir:v "medication"] ) ; # 
  fhir:code [
    ( fhir:coding [
fhir:display [ fhir:v "alergia a penicilina" ]     ] ) ;
fhir:text [ fhir:v "alergia a penicilina" ]
  ] ; # 
  fhir:patient [
fhir:reference [ fhir:v "Patient/PacientePeruMinimo" ] ;
fhir:display [ fhir:v "Paciente Peru Ejemplo" ]
  ] . #