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

FHIR IG analytics

Packagefhir.test.data.r4
Resource TypePatient
IdPatient-1133.json
FHIR Version

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Patient",
  "id": "Patient-1133",
  "extension": [
    {
      "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/v3/Race",
            "code": "2106-3",
            "display": "White"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/us-core-ethnicity",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/v3/Ethnicity",
            "code": "2135-2",
            "display": "Hispanic or Latino"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/us-core-religion",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/v3/ReligiousAffiliation",
            "code": "1041",
            "display": "Roman Catholic Church"
          }
        ]
      }
    }
  ],
  "identifier": [
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/identifier-type",
            "code": "SB",
            "display": "Social Beneficiary Identifier"
          }
        ],
        "text": "US Social Security Number"
      },
      "system": "http://hl7.org/fhir/sid/us-ssn",
      "value": "000002459"
    }
  ],
  "active": true,
  "name": [
    {
      "family": "Gonzales",
      "given": [
        "Michael",
        "Jesus"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "734-555-1571",
      "use": "home"
    },
    {
      "system": "phone",
      "value": "734-555-1312",
      "use": "mobile"
    }
  ],
  "gender": "male",
  "birthDate": "1992-01-29",
  "address": [
    {
      "use": "home",
      "type": "postal",
      "line": [
        "490 N Ocean Drive"
      ],
      "city": "Ann Arbor",
      "district": "Washtenaw County",
      "state": "MI",
      "postalCode": "48103"
    }
  ]
}