Finnish Base Profiles 1.0.0-rc1 - ballot
Finnish Base Profiles - Local Development build (v1.0.0-rc1). See the Directory of published versions
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> . @prefix loinc: <http://loinc.org/rdf#> . @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:Observation; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "71831b54-1a80-47c5-ba84-0180a5eb784a"]; # fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://phr.kanta.fi/StructureDefinition/fiphr-sd-exercisetracking"; fhir:index 0; fhir:link <http://phr.kanta.fi/StructureDefinition/fiphr-sd-exercisetracking> ] ]; # fhir:Resource.language [ fhir:value "en"]; # fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Code: Exercise tracking (55409-7)<br />Time: 26.11.2019<br />Result: Exercise activity (73985-4): Orienteering, Exercise duration (55411-3): 60 min, Exercise intensity (74008-4): Vigorous, Caloried burned (55421-2): 709 kcal</div>" ]; # fhir:Observation.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ]; fhir:Identifier.value [ fhir:value "urn:uuid:6288f477-90ef-424a-b6e3-da4ff18a058e" ] ], [ fhir:index 1; fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ]; fhir:Identifier.value [ fhir:value "urn:uuid:00000000-5cb1-fef8-16b6-835409677fb6" ] ]; # fhir:Observation.status [ fhir:value "final"]; # fhir:Observation.category [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://phr.kanta.fi/fiphr-cs-fitnesscategory" ]; fhir:Coding.code [ fhir:value "fitness" ]; fhir:Coding.display [ fhir:value "Fitness" ] ] ]; # fhir:Observation.code [ fhir:CodeableConcept.coding [ fhir:index 0; a loinc:55409-7; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "55409-7" ]; fhir:Coding.display [ fhir:value "Exercise tracking panel" ] ] ]; # fhir:Observation.subject [ fhir:Reference.reference [ fhir:value "Patient/daf8ca40-b46c-4c6b-99d5-d3a1b77074ad" ] ]; # fhir:Observation.effectiveDateTime [ fhir:value "2019-11-26"^^xsd:date]; # fhir:Observation.issued [ fhir:value "2019-11-26T12:00:00+03:00"^^xsd:dateTime]; # fhir:Observation.performer [ fhir:index 0; fhir:Reference.reference [ fhir:value "Patient/daf8ca40-b46c-4c6b-99d5-d3a1b77074ad" ] ]; # fhir:Observation.component [ fhir:index 0; fhir:Observation.component.code [ fhir:CodeableConcept.coding [ fhir:index 0; a loinc:73985-4; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "73985-4" ]; fhir:Coding.display [ fhir:value "Exercise activity" ] ] ]; fhir:Observation.component.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "urn:oid:1.2.246.537.6.301" ]; fhir:Coding.code [ fhir:value "B1504" ]; fhir:Coding.display [ fhir:value "Orienteering" ] ] ] ]. # # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.