US HR1 Medicaid Work Requirements IG (proposed, not supported by CMS)
0.1.0 - ci-build United States of America flag

US HR1 Medicaid Work Requirements IG (proposed, not supported by CMS) - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example Medicaid Patient (under 19) - JSON Representation

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "WRExamplePatient",
  "meta" : {
    "profile" : [
      🔗 "https://wrig.corisystem.org/StructureDefinition/WRPatient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient WRExamplePatient</b></p><a name=\"WRExamplePatient\"> </a><a name=\"hcWRExamplePatient\"> </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\">Profile: <a href=\"StructureDefinition-WRPatient.html\">Work Requirements Patient</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Pat Example  Female, DoB: 2008-05-01 ( http://example.org/ids/patient#P-WR-001)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Indicates tribal affiliation for American Indian/Alaska Native patients\">US Core Tribal Affiliation Extension:</td><td colspan=\"3\"><ul><li>tribalAffiliation: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-TribalEntityUS 469}\">Native Village of Nanwalek (aka English Bay)</span></li><li>isEnrolled: true</li></ul></td></tr></table></div>"
  },
  "extension" : [
    {
      "extension" : [
        {
          "url" : "tribalAffiliation",
          "valueCodeableConcept" : {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/v3-TribalEntityUS",
                "code" : "469",
                "display" : "Native Village of Nanwalek (aka English Bay)"
              }
            ]
          }
        },
        {
          "url" : "isEnrolled",
          "valueBoolean" : true
        }
      ],
      "url" : "https://wrig.corisystem.org/StructureDefinition/us-core-tribalAffiliation"
    }
  ],
  "identifier" : [
    {
      "system" : "http://example.org/ids/patient",
      "value" : "P-WR-001"
    }
  ],
  "name" : [
    {
      "family" : "Example",
      "given" : [
        "Pat"
      ]
    }
  ],
  "gender" : "female",
  "birthDate" : "2008-05-01"
}