Scalable Consent Management Testing Guide
0.1.0 - ci-build United States of America flag

Scalable Consent Management Testing Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Patient-patient-lara-miren - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "patient-lara-miren",
  "meta" : {
    "tag" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code" : "HTEST",
        "display" : "test health data"
      }
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient patient-lara-miren</b></p><a name=\"patient-lara-miren\"> </a><a name=\"hcpatient-lara-miren\"> </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\">Tag: test health data (Details: ActReason code HTEST = 'test health data')</p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Lara Miren (official) Female, DoB: 1980-01-01 ( http://example.org/identifiers#patient-lara-miren)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">123 Main Street Metropolis NY 10001 US (home)</td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "http://example.org/identifiers",
      "value" : "patient-lara-miren"
    }
  ],
  "name" : [
    {
      "use" : "official",
      "family" : "Miren",
      "given" : [
        "Lara"
      ]
    }
  ],
  "gender" : "female",
  "birthDate" : "1980-01-01",
  "address" : [
    {
      "use" : "home",
      "line" : [
        "123 Main Street"
      ],
      "city" : "Metropolis",
      "state" : "NY",
      "postalCode" : "10001",
      "country" : "US"
    }
  ]
}