XealthIG
v1.46.0 - release

XealthIG - Local Development build (vv1.46.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example Observation Body Weight - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .

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

<http://hl7.org/fhir/Observation/ExampleObservationBodyWeight> a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ExampleObservationBodyWeight"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://fhir.xealth.io/StructureDefinition/xealth-observation-body-weight" ;
       fhir:index 0 ;
       fhir:link <https://fhir.xealth.io/StructureDefinition/xealth-observation-body-weight>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation ExampleObservationBodyWeight</b></p><a name=\"ExampleObservationBodyWeight\"> </a><a name=\"hcExampleObservationBodyWeight\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-xealth-observation-body-weight.html\">Xealth Observation Body Weight</a></p></div><p><b>Manual Entry Flag</b>: true</p><p><b>Ehr Order Id</b>: 12345</p><blockquote><p><b>Ordering Provider</b></p><ul><li>identifier: NPI identifier/12345</li><li>name: Xealth Test </li></ul></blockquote><p><b>basedOn</b>: <a href=\"ServiceRequest-ExampleServiceRequest.html\">ServiceRequest: status = active; intent = plan</a></p><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category vital-signs}\">Vital Signs</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 29463-7}\">Body Weight</span></p><p><b>subject</b>: <a href=\"Patient-ExampleXealthPatient.html\">Xealth Profile Test  Male, DoB: 1986-07-13 ( XPID: xealth-17328-1732489-17846492-3128691 (use: official, ))</a></p><p><b>effective</b>: 2021-06-11 04:44:16+0000</p><p><b>performer</b>: <a href=\"Organization-ExampleOrganization.html\">Organization Health Level Seven International</a></p><p><b>value</b>: 20.09414 [lb_av]<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code[lb_av] = '[lb_av]')</span></p></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index 0 ;
     fhir:Extension.url [ fhir:value "https://fhir.xealth.io/StructureDefinition/extension-is-manual-entry" ] ;
     fhir:Extension.valueBoolean [ fhir:value "true"^^xsd:boolean ]
  ], [
     fhir:index 1 ;
     fhir:Extension.url [ fhir:value "https://fhir.xealth.io/StructureDefinition/extension-ehr-order-id" ] ;
     fhir:Extension.valueString [ fhir:value "12345" ]
  ], [
     fhir:index 2 ;
     fhir:Element.extension [
       fhir:index 0 ;
       fhir:Extension.url [ fhir:value "identifier" ] ;
       fhir:Extension.valueIdentifier [
         fhir:Identifier.type [
           fhir:CodeableConcept.coding [
             fhir:index 0 ;
             fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ] ;
             fhir:Coding.code [ fhir:value "NPI" ]
           ] ;
           fhir:CodeableConcept.text [ fhir:value "NPI identifier" ]
         ] ;
         fhir:Identifier.system [ fhir:value "urn:oid:0.1.2.3.4.5.6.7" ] ;
         fhir:Identifier.value [ fhir:value "12345" ]
       ]
     ], [
       fhir:index 1 ;
       fhir:Extension.url [ fhir:value "name" ] ;
       fhir:Extension.valueHumanName [
         fhir:HumanName.family [ fhir:value "Test" ] ;
         fhir:HumanName.given [
           fhir:value "Xealth" ;
           fhir:index 0
         ]
       ]
     ] ;
     fhir:Extension.url [ fhir:value "https://fhir.xealth.io/StructureDefinition/extension-ordering-provider" ]
  ] ;
  fhir:Observation.basedOn [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/ServiceRequest/ExampleServiceRequest> ;
     fhir:Reference.reference [ fhir:value "ServiceRequest/ExampleServiceRequest" ]
  ] ;
  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:Coding.display [ fhir:value "Vital Signs" ]
     ]
  ] ;
  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:Observation.subject [
     fhir:link <http://hl7.org/fhir/Patient/ExampleXealthPatient> ;
     fhir:Reference.reference [ fhir:value "Patient/ExampleXealthPatient" ]
  ] ;
  fhir:Observation.effectiveDateTime [ fhir:value "2021-06-11T04:44:16Z"^^xsd:dateTime] ;
  fhir:Observation.performer [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Organization/ExampleOrganization> ;
     fhir:Reference.reference [ fhir:value "Organization/ExampleOrganization" ]
  ] ;
  fhir:Observation.valueQuantity [
     fhir:Quantity.value [ fhir:value "20.09414"^^xsd:decimal ] ;
     fhir:Quantity.unit [ fhir:value "[lb_av]" ] ;
     fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
     fhir:Quantity.code [ fhir:value "[lb_av]" ]
  ] .

<http://hl7.org/fhir/ServiceRequest/ExampleServiceRequest> a fhir:ServiceRequest .

<http://hl7.org/fhir/Patient/ExampleXealthPatient> a fhir:Patient .

<http://hl7.org/fhir/Organization/ExampleOrganization> a fhir:Organization .

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

<http://hl7.org/fhir/Observation/ExampleObservationBodyWeight.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Observation/ExampleObservationBodyWeight.ttl> .