Magentus Practice Management FHIR Implementation Guide
1.2.60 - ci-build
Magentus Practice Management FHIR Implementation Guide - Local Development build (v1.2.60) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Observation",
"id" : "123",
"meta" : {
"profile" : [
🔗 "http://fhir.geniesolutions.io/StructureDefinition/gs-gestationalage"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Gestational Age: 112 days</div>"
},
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"code" : "social-history",
"display" : "Social History"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "57036006",
"display" : "Fetal gestational age"
},
{
"system" : "http://loinc.org",
"code" : "11885-1",
"display" : "Gestational age Estimated from last menstrual period"
}
],
"text" : "Gestational Age by Last Menstrual Period (LMP)"
},
"subject" : {
🔗 "reference" : "Patient/1078d551-7be2-49f7-a122-c230b8757f2f",
"display" : "Mary Smith"
},
"focus" : [
{
"display" : "Baby of Smith, Mary Mrs."
}
],
"effectiveDateTime" : "2022-09-09T09:25:03+10:00",
"performer" : [
{
"type" : "PractitionerRole",
"identifier" : {
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org.au/CodeSystem/v2-0203",
"code" : "UPIN"
}
],
"text" : "Medicare Provider Number"
},
"system" : "http://ns.electronichealth.net.au/id/medicare-provider-number",
"value" : "1063625F"
},
"display" : "Dr Jane Doe"
}
],
"valueQuantity" : {
"value" : 112,
"unit" : "day",
"system" : "http://unitsofmeasure.org",
"code" : "d"
}
}