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

: practitioner-example-Mary-Hill - JSON Representation

Raw json | Download

{
  "resourceType" : "Practitioner",
  "id" : "practitioner-example-Mary-Hill",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner practitioner-example-Mary-Hill</b></p><a name=\"practitioner-example-Mary-Hill\"> </a><a name=\"hcpractitioner-example-Mary-Hill\"> </a><a name=\"practitioner-example-Mary-Hill-en-US\"> </a><p><b>identifier</b>: 9941339108</p><p><b>name</b>: Hill Mary </p><p><b>address</b>: 1003 Healthcare Drive Amherst MD 01002 (home)</p></div>"
  },
  "identifier" : [
    {
      "value" : "9941339108"
    }
  ],
  "name" : [
    {
      "family" : "Mary",
      "given" : [
        "Hill"
      ],
      "prefix" : [
        "Dr"
      ]
    }
  ],
  "address" : [
    {
      "use" : "home",
      "line" : [
        "1003 Healthcare Drive"
      ],
      "city" : "Amherst",
      "state" : "MD",
      "postalCode" : "01002"
    }
  ]
}