FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.hai-ltcf
Resource TypePatient
IdPatient-hai-ltcf-resident-1.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Ned Nuclear (OFFICIAL) male, DoB: 1954-11-25 ( Patient Medicaid number: 111111111Z)


Other Ids:
  • Social Security number: 111111111
  • Medical record number: 123456
US Core Ethnicity Extension:
US Core Race Extension:

Source1

{
  "resourceType": "Patient",
  "id": "hai-ltcf-resident-1",
  "meta": {
    "versionId": "4",
    "lastUpdated": "2022-02-10T21:51:55.801+00:00",
    "source": "#0lSvofcnAKe0mTGf",
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "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": "2106-3",
            "display": "White"
          }
        },
        {
          "url": "ombCategory",
          "valueCoding": {
            "system": "urn:oid:2.16.840.1.113883.6.238",
            "code": "1002-5",
            "display": "American Indian/Alaska Native"
          }
        },
        {
          "url": "text",
          "valueString": "White"
        }
      ]
    },
    {
      "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity",
      "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"
        }
      ]
    }
  ],
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MA"
          }
        ]
      },
      "system": "urn:oid:2.16.840.1.113883.19.5",
      "value": "111111111Z"
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "SS"
          }
        ]
      },
      "system": "urn:oid:2.16.840.1.113883.4.1",
      "value": "111111111"
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MR"
          }
        ]
      },
      "system": "urn:oid:2.16.840.1.113883.4.338",
      "value": "123456"
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Nuclear",
      "given": [
        "Ned"
      ]
    }
  ],
  "gender": "male",
  "birthDate": "1954-11-25"
}