Finnish Base Profiles 1.0.0-rc2 - ballot
Finnish Base Profiles - Local Development build (v1.0.0-rc2). See the Directory of published versions
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 xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- a fhir:Encounter; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "id-for-ward-encounter"]; # fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "https://hl7.fi/fhir/finnish-base-profiles/StructureDefinition/fi-base-encounter"; fhir:index 0; fhir:link <https://hl7.fi/fhir/finnish-base-profiles/StructureDefinition/fi-base-encounter> ] ]; # fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Encounter</b><a name=\"id-for-ward-encounter\"> </a></p><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\">Resource Encounter "id-for-ward-encounter" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-fi-base-encounter.html\">FI Base Encounter</a></p></div><p><b>identifier</b>: id: id-for-ward-encounter (use: USUAL)</p><p><b>status</b>: in-progress</p><p><b>class</b>: inpatient encounter (Details: http://terminology.hl7.org/ValueSet/v3-ActEncounterCode code IMP = 'IMP', stated as 'inpatient encounter')</p><p><b>subject</b>: <a href=\"Patient/id-for-patient\">Patient/id-for-patient</a></p><p><b>period</b>: 2022-02-27 01:03:00+0200 --> (ongoing)</p><h3>Locations</h3><table class=\"grid\"><tr><td>-</td><td><b>Location</b></td><td><b>Status</b></td><td><b>Period</b></td></tr><tr><td>*</td><td><a href=\"Location/id-for-bed-3\">Location/id-for-bed-3</a></td><td>active</td><td>2022-02-27 01:03:00+0200 --> (ongoing)</td></tr></table><p><b>serviceProvider</b>: <a href=\"Organization/1.2.246.10.8286189.10.100012\">Organization/1.2.246.10.8286189.10.100012</a></p></div>" ]; # fhir:Encounter.identifier [ fhir:index 0; fhir:Identifier.use [ fhir:value "usual" ]; fhir:Identifier.value [ fhir:value "id-for-ward-encounter" ] ]; # fhir:Encounter.status [ fhir:value "in-progress"]; # fhir:Encounter.class [ fhir:Coding.system [ fhir:value "http://terminology.hl7.org/ValueSet/v3-ActEncounterCode" ]; fhir:Coding.code [ fhir:value "IMP" ]; fhir:Coding.display [ fhir:value "inpatient encounter" ] ]; # fhir:Encounter.subject [ fhir:Reference.reference [ fhir:value "Patient/id-for-patient" ] ]; # fhir:Encounter.period [ fhir:Period.start [ fhir:value "2022-02-27T01:03:00+02:00"^^xsd:dateTime ] ]; # fhir:Encounter.location [ fhir:index 0; fhir:Encounter.location.location [ fhir:Reference.reference [ fhir:value "Location/id-for-bed-3" ] ]; fhir:Encounter.location.status [ fhir:value "active" ]; fhir:Encounter.location.period [ fhir:Period.start [ fhir:value "2022-02-27T01:03:00+02:00"^^xsd:dateTime ] ] ]; # fhir:Encounter.serviceProvider [ fhir:Reference.reference [ fhir:value "Organization/1.2.246.10.8286189.10.100012" ] ]. # # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.