a fhir:Encounter;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "home"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "Encounter with patient @example who is at home
"
];
fhir:DomainResource.contained [
a fhir:Location;
fhir:index 0;
fhir:Resource.id [ fhir:value "home" ];
fhir:Location.description [ fhir:value "Client's home" ];
fhir:Location.mode [ fhir:value "kind" ]
];
fhir:Encounter.status [ fhir:value "finished"];
fhir:Encounter.class [
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActCode" ];
fhir:Coding.code [ fhir:value "HH" ];
fhir:Coding.display [ fhir:value "home health" ]
];
fhir:Encounter.subject [
fhir:link ;
fhir:Reference.reference [ fhir:value "Patient/example" ]
];
fhir:Encounter.participant [
fhir:index 0;
fhir:Encounter.participant.period [
fhir:Period.start [ fhir:value "2015-01-17T16:00:00+10:00"^^xsd:dateTime ];
fhir:Period.end [ fhir:value "2015-01-17T16:30:00+10:00"^^xsd:dateTime ]
];
fhir:Encounter.participant.individual [
fhir:link ;
fhir:Reference.reference [ fhir:value "Practitioner/example" ];
fhir:Reference.display [ fhir:value "Dr Adam Careful" ]
]
];
fhir:Encounter.period [
fhir:Period.start [ fhir:value "2015-01-17T16:00:00+10:00"^^xsd:dateTime ];
fhir:Period.end [ fhir:value "2015-01-17T16:30:00+10:00"^^xsd:dateTime ]
];
fhir:Encounter.location [
fhir:index 0;
fhir:Encounter.location.location [
fhir:Reference.reference [ fhir:value "#home" ];
fhir:Reference.display [ fhir:value "Client's home" ]
];
fhir:Encounter.location.status [ fhir:value "completed" ];
fhir:Encounter.location.period [
fhir:Period.start [ fhir:value "2015-01-17T16:00:00+10:00"^^xsd:dateTime ];
fhir:Period.end [ fhir:value "2015-01-17T16:30:00+10:00"^^xsd:dateTime ]
]
] .
a fhir:Patient .
a fhir:Practitioner .
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl;
owl:versionIRI .
# -------------------------------------------------------------------------------------