Magentus Practice Management FHIR Implementation Guide
1.2.60 - ci-build Australia flag

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

: GSHRTExample - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "GSHRTExample",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.geniesolutions.io/StructureDefinition/gs-hrt"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">HRT</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" : "266717002",
        "display" : "Hormone replacement therapy"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/1078d551-7be2-49f7-a122-c230b8757f2f",
    "display" : "Mary Smith"
  },
  "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"
    }
  ],
  "valueBoolean" : true
}