Magentus Practice Management FHIR Implementation Guide
1.2.35 - ci-build

Magentus Practice Management FHIR Implementation Guide - Local Development build (v1.2.35) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Estimated Date of Delivery - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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:id [ fhir:v "99"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://fhir.geniesolutions.io/StructureDefinition/gs-estimateddateofdelivery"^^xsd:anyURI ;
fhir:link <http://fhir.geniesolutions.io/StructureDefinition/gs-estimateddateofdelivery>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation 99</b></p><a name=\"99\"> </a><a name=\"hc99\"> </a><a name=\"99-en-US\"> </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-gs-estimateddateofdelivery.html\">Genie Estimated Date of Delivery</a></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category imaging}\">Imaging</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 161714006}, {http://loinc.org 11781-2}\">Estimated date of delivery</span></p><p><b>subject</b>: <a href=\"Patient-1078d551-7be2-49f7-a122-c230b8757f2f.html\">Mary Smith</a></p><p><b>focus</b>: Baby of Smith, Mary Mrs.</p><p><b>effective</b>: 2022-09-09 09:25:03+1000</p><p><b>performer</b>: Dr Jane Doe (Identifier: Medicare Provider Number/1063625F)</p><p><b>value</b>: 2024-08-01</p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "imaging" ] ;
fhir:display [ fhir:v "Imaging" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
a sct:161714006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "161714006" ] ;
fhir:display [ fhir:v "Estimated date of delivery" ]     ] [
a loinc:11781-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "11781-2" ] ;
fhir:display [ fhir:v "Delivery date US composite estimate" ]     ] ) ;
fhir:text [ fhir:v "Estimated date of delivery" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/1078d551-7be2-49f7-a122-c230b8757f2f" ] ;
fhir:display [ fhir:v "Mary Smith" ]
  ] ; # 
  fhir:focus ( [
fhir:display [ fhir:v "Baby of Smith, Mary Mrs." ]
  ] ) ; # 
  fhir:effective [
a fhir:dateTime ;
fhir:v "2022-09-09T09:25:03+10:00"^^xsd:dateTime
  ] ; # 
  fhir:performer ( [
fhir:type [ fhir:v "PractitionerRole"^^xsd:anyURI ] ;
fhir:identifier [
fhir:type [
        ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org.au/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "UPIN" ]         ] ) ;
fhir:text [ fhir:v "Medicare Provider Number" ]       ] ;
fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/medicare-provider-number"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1063625F" ]     ] ;
fhir:display [ fhir:v "Dr Jane Doe" ]
  ] ) ; # 
  fhir:value [
a fhir:dateTime ;
fhir:v "2024-08-01"^^xsd:date
  ] . #