
NDHM (R4), Published and maintained by NRCeS for NHA.
This version is based on the NDHM Health Data Interchange Specifications 1.0 and updated periodically.
Turtle Format: Encounter-example-01
Download Raw ttl
@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:Encounter; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "example-01"]; fhir:Resource.meta [ fhir:Meta.lastUpdated [ fhir:value "2020-07-09T14:58:58.181+05:30"^^xsd:dateTime ]; fhir:Meta.profile [ fhir:value "https://nrces.in/ndhm/fhir/r4/StructureDefinition/Encounter"; fhir:index 0; fhir:link <https://nrces.in/ndhm/fhir/r4/StructureDefinition/Encounter> ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"> Admitted to Cardiac Unit,UVW Hospital between June 28 and July 9 2020</div>" ]; fhir:Encounter.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "https://ndhm.in" ]; fhir:Identifier.value [ fhir:value "S100" ] ]; 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 "IMP" ]; fhir:Coding.display [ fhir:value "inpatient encounter" ] ]; fhir:Encounter.subject [ fhir:Reference.reference [ fhir:value "Patient/1" ] ]; fhir:Encounter.period [ fhir:Period.start [ fhir:value "2020-04-20T15:32:26.605+05:30"^^xsd:dateTime ]; fhir:Period.end [ fhir:value "2020-05-01T15:32:26.605+05:30"^^xsd:dateTime ] ]; fhir:Encounter.hospitalization [ fhir:Encounter.hospitalization.dischargeDisposition [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/discharge-disposition" ]; fhir:Coding.code [ fhir:value "home" ]; fhir:Coding.display [ fhir:value "Home" ] ]; fhir:CodeableConcept.text [ fhir:value "Discharged to Home Care" ] ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.