At-Home In-Vitro Test Report
1.1.0 - STU 1.1 United States of America flag

At-Home In-Vitro Test Report, published by HL7 International / Orders and Observations. This guide is not an authorized publication; it is the continuous build for version 1.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/home-lab-report/ and changes regularly. See the Directory of published versions

: Patient - At-Home In-Vitro Test - Patricia Noelle - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "patient-at-home-in-vitro-test-patricia-noelle",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/home-lab-report/StructureDefinition/Patient-at-home-in-vitro-test"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>Patricia Noelle </b> female, DoB: 1954-10-17 ( Medical Record Number/900\u00a0(use:\u00a0usual))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td colspan=\"3\">true</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li>ph: 555-555-2003(HOME)</li><li><a href=\"mailto:Patricia.Noelle@example.com\">Patricia.Noelle@example.com</a></li><li>7247 Main St Springfield IL 62707 US </li></ul></td></tr></table></div>"
  },
  "identifier" : [
    {
      "use" : "usual",
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "MR",
            "display" : "Medical Record Number"
          }
        ],
        "text" : "Medical Record Number"
      },
      "system" : "http://hospital.smarthealthit.org",
      "value" : "900"
    }
  ],
  "active" : true,
  "name" : [
    {
      "family" : "Noelle",
      "given" : [
        "Patricia"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "555-555-2003",
      "use" : "home"
    },
    {
      "system" : "email",
      "value" : "Patricia.Noelle@example.com"
    }
  ],
  "gender" : "female",
  "birthDate" : "1954-10-17",
  "address" : [
    {
      "line" : [
        "7247 Main St"
      ],
      "city" : "Springfield",
      "district" : "Sangamon",
      "state" : "IL",
      "postalCode" : "62707",
      "country" : "US"
    }
  ]
}