CardX Hypertension Management
1.0.0 - STU1 International flag

CardX Hypertension Management, published by HL7 International / Clinical Interoperability Council. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/CardX-HTN-MNG/ and changes regularly. See the Directory of published versions

: patient-example-Sally-Sue - JSON Representation

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "patient-example-Sally-Sue",
  "meta" : {
    "security" : [
      {
        "system" : "http://example.org",
        "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-example-Sally-Sue</b></p><a name=\"patient-example-Sally-Sue\"> </a><a name=\"hcpatient-example-Sally-Sue\"> </a><a name=\"patient-example-Sally-Sue-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Sally V. Sue  Female, DoB: 1954-02-20 ( Medical Record Number:\u00a01032702\u00a0(use:\u00a0usual,\u00a0))</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-5555(Home)</li><li><a href=\"mailto:sally.sue@example.com\">sally.sue@example.com</a></li><li>49 Meadow St Mounds MD 74047 US </li></ul></td></tr></table></div>"
  },
  "identifier" : [
    {
      "use" : "usual",
      "type" : {
        "coding" : [
          {
            "system" : "http://example.org",
            "code" : "MR",
            "display" : "Medical record number"
          }
        ],
        "text" : "Medical Record Number"
      },
      "system" : "http://hospital.smarthealthit.org",
      "value" : "1032702"
    }
  ],
  "active" : true,
  "name" : [
    {
      "family" : "Sue",
      "given" : [
        "Sally",
        "V."
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "555-555-5555",
      "use" : "home"
    },
    {
      "system" : "email",
      "value" : "sally.sue@example.com"
    }
  ],
  "gender" : "female",
  "birthDate" : "1954-02-20",
  "address" : [
    {
      "line" : [
        "49 Meadow St"
      ],
      "city" : "Mounds",
      "state" : "MD",
      "postalCode" : "74047",
      "country" : "US"
    }
  ]
}