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

FHIR IG analytics

Packagehl7.fhir.us.mdi
Resource TypePatient
IdPatient-us-core-patient-a-freeman.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

Generated Narrative: Patient us-core-patient-a-freeman

Alice J. Freeman (official) Female, DoB: 1978-03-12 ( Social Security number: SSN#987054321 (use: usual, ))


Active:true
Contact Detail112 Miramar Ct Danville IL (home)
US Core Ethnicity Extension:
US Core Race Extension:

Source1

{
  "resourceType": "Patient",
  "id": "us-core-patient-a-freeman",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Patient-vr"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "extension": [
        {
          "url": "detailed",
          "valueCoding": {
            "system": "urn:oid:2.16.840.1.113883.6.238",
            "code": "2029-7",
            "display": "Asian Indian"
          }
        },
        {
          "url": "text",
          "valueString": "Asian Indian"
        }
      ],
      "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://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "SS",
            "display": "Social Security number"
          }
        ],
        "text": "Social Security number"
      },
      "system": "http://hl7.org/fhir/sid/us-ssn",
      "value": "987054321"
    }
  ],
  "active": true,
  "name": [
    {
      "use": "official",
      "family": "Freeman",
      "given": [
        "Alice",
        "J."
      ]
    }
  ],
  "gender": "female",
  "birthDate": "1978-03-12",
  "address": [
    {
      "use": "home",
      "line": [
        "112 Miramar Ct"
      ],
      "city": "Danville",
      "state": "IL"
    }
  ]
}