Data Exchange For Quality Measures Implementation Guide (Release 0.2.0 STU2 Ballot)

This is the (release 0.2.0) STU2 Ballot of the Data Exchange For Quality Measures Implementation Guide, based on FHIR Version 3.0.1. See the Directory of published versions.

JSON Format: Patient-patient02

Download Raw json

{
  "resourceType" : "Patient",
  "id" : "patient02",
  "meta" : {
    "versionId" : "4",
    "lastUpdated" : "2019-03-06T19:03:03.000+00:00",
    "profile" : [
      "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-patient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><div class=\"hapiHeaderText\">Darien <b>BERNARD </b></div><table class=\"hapiPropertyTable\"><tbody><tr><td>Identifier</td><td>23456</td></tr><tr><td>Address</td><td><span>6 Rockwell Street </span><br/><span>Lynnwood </span><span>NJ </span><span>USA </span></td></tr><tr><td>Date of birth</td><td><span>13 June 1967</span></td></tr></tbody></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex",
      "valueCode" : "M"
    },
    {
      "extension" : [
        {
          "url" : "ombCategory",
          "valueCoding" : {
            "system" : "urn:oid:2.16.840.1.113883.6.238",
            "code" : "2028-9",
            "display" : "Asian"
          }
        },
        {
          "url" : "text",
          "valueString" : "Asian"
        }
      ],
      "url" : "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race"
    },
    {
      "extension" : [
        {
          "url" : "ombCategory",
          "valueCoding" : {
            "system" : "urn:oid:2.16.840.1.113883.6.238",
            "code" : "2186-5",
            "display" : "Not Hispanic or Latino"
          }
        },
        {
          "url" : "text",
          "valueString" : "Not Hispanic or Latino"
        }
      ],
      "url" : "http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity"
    }
  ],
  "identifier" : [
    {
      "use" : "usual",
      "type" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/v2/0203",
            "code" : "MR",
            "display" : "Medical record number"
          }
        ]
      },
      "system" : "http://hospital.davinci.org",
      "value" : "23456"
    }
  ],
  "active" : true,
  "name" : [
    {
      "use" : "official",
      "family" : "Bernard",
      "given" : [
        "Darien"
      ]
    }
  ],
  "gender" : "male",
  "birthDate" : "1967-06-13",
  "deceasedBoolean" : false,
  "address" : [
    {
      "use" : "home",
      "line" : [
        "6 Rockwell Street"
      ],
      "city" : "Lynnwood",
      "state" : "NJ",
      "postalCode" : "07420",
      "country" : "USA"
    }
  ],
  "maritalStatus" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/v3/MaritalStatus",
        "code" : "M",
        "display" : "Married"
      }
    ]
  },
  "communication" : [
    {
      "language" : {
        "coding" : [
          {
            "system" : "urn:ietf:bcp:47",
            "code" : "en-US",
            "display" : "US English"
          }
        ]
      },
      "preferred" : true
    }
  ],
  "managingOrganization" : {
    "reference" : "Organization/organization02"
  }
}