CMS ACCESS Model API
0.9.0 - ci-build United States of America flag

CMS ACCESS Model API - Local Development build (v0.9.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Patient with ESRD - Unalignment Example - JSON Representation

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "PatientESRDExample",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient|6.1.0"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Patient Jane Smith, female, born 1955-06-15, Medicare ID: 9876543210B</div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "MC"
          }
        ]
      },
      "system" : "http://terminology.hl7.org/NamingSystem/cmsMBI",
      "value" : "9876543210B"
    }
  ],
  "name" : [
    {
      "family" : "Smith",
      "given" : [
        "Jane"
      ]
    }
  ],
  "gender" : "female",
  "birthDate" : "1955-06-15"
}