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

: Last Menstrual Period - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "12345",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.geniesolutions.io/StructureDefinition/gs-lastmenstrualperiod"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation 12345</b></p><a name=\"12345\"> </a><a name=\"hc12345\"> </a><a name=\"12345-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-lastmenstrualperiod.html\">Genie Last Menstrual Period</a></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category social-history}\">Social History</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 21840007}, {http://loinc.org 8665-2}\">Date of last menstrual period</span></p><p><b>subject</b>: <a href=\"Patient-1078d551-7be2-49f7-a122-c230b8757f2f.html\">Mary Smith</a></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>: 2022-05-16</p></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" : "21840007",
        "display" : "Date of last menstrual period"
      },
      {
        "system" : "http://loinc.org",
        "code" : "8665-2",
        "display" : "Last menstrual period start date"
      }
    ]
  },
  "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"
    }
  ],
  "valueDateTime" : "2022-05-16"
}