This page is part of the Sharing eCC Data from Pathology Labs to EHR (v2.0.0-ballot: STU 2 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. This version is a pre-release. The current official version is 1.0.1. For a full list of available versions, see the Directory of published versions
: Patient example - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Patient ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "patient-OakleyAnnie"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient> ] )
] ; #
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: Patient patient-OakleyAnnie</b></p><a name=\"patient-OakleyAnnie\"> </a><a name=\"hcpatient-OakleyAnnie\"> </a><a name=\"patient-OakleyAnnie-en-US\"> </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=\"http://hl7.org/fhir/us/core/STU6.1/StructureDefinition-us-core-patient.html\">US Core Patient Profile</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Annie Oakley Female, DoB: 1990-06-01 ( MRN: Alaska Driver's License#abc123 (use: usual, ))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Other Ids (see the one above)\">Other Ids:</td><td colspan=\"3\"><ul><li><a href=\"http://terminology.hl7.org/6.2.0/NamingSystem-CaliforniaDLN.html\" title=\"California Motor Vehicle Bureau\">California Driver's License</a>/patient-OakleyAnnie</li><li>SHID/12446 (use: usual, )</li><li>FHIR/66574567 (use: usual, )</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li>ph: 1-(303)555-1212(Home)</li><li><a href=\"mailto:annie.oakley@example.com\">annie.oakley@example.com</a></li><li>4348 Main Street Denver CO 80111 US </li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Links:</td><td colspan=\"3\"><ul><li>Also see: <a href=\"RelatedPerson-relatedperson-pathology-next-of-kin.html\">RelatedPerson Bill Hickok </a></li></ul></td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.4.3.6"^^xsd:anyURI ] ;
fhir:value [ fhir:v "patient-OakleyAnnie" ]
] [
fhir:use [ fhir:v "usual" ] ;
fhir:type [
fhir:text [ fhir:v "SHID" ] ] ;
fhir:system [ fhir:v "http://hospital.smarthealthit.org"^^xsd:anyURI ] ;
fhir:value [ fhir:v "12446" ]
] [
fhir:use [ fhir:v "usual" ] ;
fhir:type [
fhir:text [ fhir:v "FHIR" ] ] ;
fhir:system [ fhir:v "http://example.com/FHIR/StructureDefinition/patient-fhir-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "66574567" ]
] [
fhir:use [ fhir:v "usual" ] ;
fhir:type [
fhir:text [ fhir:v "MRN" ] ] ;
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.4.3.2"^^xsd:anyURI ] ;
fhir:value [ fhir:v "abc123" ]
] ) ; #
fhir:name ( [
fhir:family [ fhir:v "Oakley" ] ;
( fhir:given [ fhir:v "Annie" ] )
] ) ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "1-(303)555-1212" ] ;
fhir:use [ fhir:v "home" ]
] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "annie.oakley@example.com" ]
] ) ; #
fhir:gender [ fhir:v "female"] ; #
fhir:birthDate [ fhir:v "1990-06-01"^^xsd:date] ; #
fhir:address ( [
( fhir:line [ fhir:v "4348 Main Street" ] ) ;
fhir:city [ fhir:v "Denver" ] ;
fhir:state [ fhir:v "CO" ] ;
fhir:postalCode [ fhir:v "80111" ] ;
fhir:country [ fhir:v "US" ]
] ) ; #
fhir:link ( [
fhir:other [
fhir:reference [ fhir:v "RelatedPerson/relatedperson-pathology-next-of-kin" ] ] ;
fhir:type [ fhir:v "seealso" ]
] ) . #