PCC - mobile Paramedicine Summary of Care (mPSC)
2.0.0-draft - ci-build International flag

PCC - mobile Paramedicine Summary of Care (mPSC), published by IHE Patient Care Coordination. This guide is not an authorized publication; it is the continuous build for version 2.0.0-draft built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/PCC.PCS/ and changes regularly. See the Directory of published versions

: ex-Allergies-Elina-R-Macias-Cats - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:AllergyIntolerance ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ex-Allergies-Elina-R-Macias-Cats"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://profiles.ihe.net/PCC/mPSC/StructureDefinition/IHE.PCC.mPSC.AllergyIntolerance"^^xsd:anyURI ;
fhir:link <https://profiles.ihe.net/PCC/mPSC/StructureDefinition/IHE.PCC.mPSC.AllergyIntolerance>     ] ) ;
    ( fhir:security [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActReason"^^xsd:anyURI ] ;
fhir:code [ fhir:v "HTEST" ]     ] )
  ] ; # 
  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 ex-Allergies-Elina-R-Macias-Cats</b></p><a name=\"ex-Allergies-Elina-R-Macias-Cats\"> </a><a name=\"hcex-Allergies-Elina-R-Macias-Cats\"> </a><a name=\"ex-Allergies-Elina-R-Macias-Cats-en-US\"> </a><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical active}\">Active</span></p><p><b>type</b>: Allergy</p><p><b>category</b>: Environment</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 232346004}\">Cat allergy</span></p><p><b>patient</b>: <a href=\"Patient-ex-Patient-Elina-R-Macias.html\">R Macias  Female, DoB: 1941-08-04 ( Patient internal identifier)</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:type [ fhir:v "allergy"] ; # 
  fhir:category ( [ fhir:v "environment"] ) ; # 
  fhir:code [
    ( fhir:coding [
a sct:232346004 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "232346004" ] ;
fhir:display [ fhir:v "Cat allergy" ]     ] )
  ] ; # 
  fhir:patient [
fhir:reference [ fhir:v "Patient/ex-Patient-Elina-R-Macias" ]
  ] . #