Mobile Antepartum Summary, published by IHE Patient Care Coordination Committee. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/PCC.mAPS/ and changes regularly. See the Directory of published versions
: ex-Allergy-Fish - 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-Allergy-Fish"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/ips/StructureDefinition/AllergyIntolerance-uv-ips"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/ips/StructureDefinition/AllergyIntolerance-uv-ips> ] ) ;
( 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-Allergy-Fish</b></p><a name=\"ex-Allergy-Fish\"> </a><a name=\"hcex-Allergy-Fish\"> </a><a name=\"ex-Allergy-Fish-en-US\"> </a><p><b>identifier</b>: <code>http://acme.com/ids/patients/risks</code>/49476535</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>category</b>: Food</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 417532002}\">Allergy to fish</span></p><p><b>patient</b>: <a href=\"Patient-ex-Patient-AmandaAlvarez.html\">Mandy Female, DoB: 1994-12-25 ( Medical record number (use: usual, period: 2001-05-06 --> (ongoing)))</a></p><p><b>recordedDate</b>: 2015-08-06 15:37:31-0600</p><p><b>recorder</b>: <a href=\"Practitioner-ex-Practitioner.html\">Practitioner Simone Heps (official)</a></p><p><b>asserter</b>: <a href=\"Patient-ex-Patient-AmandaAlvarez.html\">Mandy Female, DoB: 1994-12-25 ( Medical record number (use: usual, period: 2001-05-06 --> (ongoing)))</a></p><p><b>note</b>: allergy is to fresh fish. Tolerates canned fish</p></div>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "http://acme.com/ids/patients/risks"^^xsd:anyURI ] ;
fhir:value [ fhir:v "49476535" ]
] ) ; #
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 "food"] ) ; #
fhir:code [
( fhir:coding [
a sct:417532002 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "417532002" ] ] )
] ; #
fhir:patient [
fhir:reference [ fhir:v "Patient/ex-Patient-AmandaAlvarez" ]
] ; #
fhir:recordedDate [ fhir:v "2015-08-06T15:37:31-06:00"^^xsd:dateTime] ; #
fhir:recorder [
fhir:reference [ fhir:v "Practitioner/ex-Practitioner" ]
] ; #
fhir:asserter [
fhir:reference [ fhir:v "Patient/ex-Patient-AmandaAlvarez" ]
] ; #
fhir:note ( [
fhir:text [ fhir:v "allergy is to fresh fish. Tolerates canned fish" ]
] ) . #