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

FHIR IG analytics

Packagehl7.fhir.us.identity-matching
Resource TypePatient
IdPatient-ExamplePatientL1.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 ExamplePatientL1

Language: en-US

Profile: IDI Patient L1

Justin Case Female, DoB: 1992-05-17 ( Driver's license number)


Active:trueMarital Status:unknown
Contact Detail
  • ph: 726-555-2900(Mobile)
  • 418 Teapot Lane Raleigh NC 27513

Source1

{
  "resourceType": "Patient",
  "id": "ExamplePatientL1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/identity-matching/StructureDefinition/IDI-Patient-L1"
    ]
  },
  "language": "en-US",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "DL"
          }
        ]
      },
      "system": "http://terminology.hl7.org/NamingSystem/NorthCarolinaDLN",
      "value": "3902-16532901",
      "assigner": {
        "display": "North Carolina"
      }
    }
  ],
  "active": true,
  "name": [
    {
      "family": "Case",
      "given": [
        "Justin"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "726-555-2900",
      "use": "mobile"
    }
  ],
  "gender": "female",
  "birthDate": "1992-05-17",
  "address": [
    {
      "type": "physical",
      "line": [
        "418 Teapot Lane"
      ],
      "city": "Raleigh",
      "state": "NC",
      "postalCode": "27513"
    }
  ],
  "maritalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
        "code": "UNK"
      }
    ]
  }
}