Finnish Base Profiles
0.5.0 - ci-build Finland flag

Finnish Base Profiles - Local Development build (v0.5.0). See the Directory of published versions

: Kanta PHR - body weight optional - TTL Representation

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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Observation;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "bodyweight-max"]; # 
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://phr.kanta.fi/StructureDefinition/fiphr-sd-bodyweight";
       fhir:index 0;
       fhir:link <http://phr.kanta.fi/StructureDefinition/fiphr-sd-bodyweight>     ]
  ]; # 
  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: Body weight (29463-7) <br />Time: 20.11.2017 11:46<br />Result: Result: 78 kg</div>"
  ]; # 
  fhir:Observation.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
     fhir:Identifier.value [ fhir:value "urn:uuid:3ca3ffc6-234e-481c-b0f3-37c05e14c8e2" ]
  ]; # 
  fhir:Observation.status [ fhir:value "final"]; # 
  fhir:Observation.category [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/observation-category" ];
       fhir:Coding.code [ fhir:value "vital-signs" ]     ]
  ], [
     fhir:index 1;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://terminology.own.com" ];
       fhir:Coding.code [ fhir:value "OwnCode123" ]     ]
  ]; # 
  fhir:Observation.code [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a loinc:29463-7;
       fhir:Coding.system [ fhir:value "http://loinc.org" ];
       fhir:Coding.code [ fhir:value "29463-7" ];
       fhir:Coding.display [ fhir:value "Body weight" ]     ], [
       fhir:index 1;
       a sct:27113001;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
       fhir:Coding.code [ fhir:value "27113001" ];
       fhir:Coding.display [ fhir:value "Body weight (observable entity)" ]     ]
  ]; # 
  fhir:Observation.subject [
     fhir:Reference.reference [ fhir:value "Patient/25a53703-27f9-4354-8f1b-a8b2f8f3ee86" ]
  ]; # 
  fhir:Observation.effectiveDateTime [ fhir:value "2017-11-20T11:46:00+02:00"^^xsd:dateTime]; # 
  fhir:Observation.issued [ fhir:value "2017-11-20T11:46:00+02:00"^^xsd:dateTime]; # 
  fhir:Observation.performer [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "Patient/25a53703-27f9-4354-8f1b-a8b2f8f3ee86" ]
  ]; # 
  fhir:Observation.valueQuantity [
     fhir:Quantity.value [ fhir:value "95"^^xsd:decimal ];
     fhir:Quantity.unit [ fhir:value "kg" ];
     fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ];
     fhir:Quantity.code [ fhir:value "kg" ]
  ]; # 
  fhir:Observation.interpretation [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation" ];
       fhir:Coding.code [ fhir:value "N" ];
       fhir:Coding.display [ fhir:value "Normal" ]     ]
  ]; # 
  fhir:Observation.note [
     fhir:index 0;
     fhir:Annotation.text [ fhir:value "Note" ]
  ]; # 
  fhir:Observation.referenceRange [
     fhir:index 0;
     fhir:Observation.referenceRange.low [
       fhir:Quantity.value [ fhir:value "55"^^xsd:decimal ];
       fhir:Quantity.unit [ fhir:value "kg" ];
       fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ];
       fhir:Quantity.code [ fhir:value "kg" ]     ];
     fhir:Observation.referenceRange.high [
       fhir:Quantity.value [ fhir:value "150"^^xsd:decimal ];
       fhir:Quantity.unit [ fhir:value "kg" ];
       fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ];
       fhir:Quantity.code [ fhir:value "kg" ]     ];
     fhir:Observation.referenceRange.appliesTo [
       fhir:index 0;
       fhir:CodeableConcept.coding [
         fhir:index 0;
         a sct:248153007;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
         fhir:Coding.code [ fhir:value "248153007" ];
         fhir:Coding.display [ fhir:value "Male" ]       ];
       fhir:CodeableConcept.text [ fhir:value "Normal range" ]     ];
     fhir:Observation.referenceRange.age [
       fhir:Range.low [
         fhir:Quantity.value [ fhir:value "15"^^xsd:decimal ];
         fhir:Quantity.unit [ fhir:value "years" ];
         fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ];
         fhir:Quantity.code [ fhir:value "a" ]       ];
       fhir:Range.high [
         fhir:Quantity.value [ fhir:value "100"^^xsd:decimal ];
         fhir:Quantity.unit [ fhir:value "years" ];
         fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ];
         fhir:Quantity.code [ fhir:value "a" ]       ]     ];
     fhir:Observation.referenceRange.text [ fhir:value "Age" ]
  ]. # 

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.