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

FHIR IG analytics

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

Language: en-US

Profile: IDI Patient L0

Nancy Paeshent Female, DoB: 1988-02-11 ( Person number)


Active:trueMarital Status:unknown
Contact Detail321 South Maple Street Scranton PA 18503

Source1

{
  "resourceType": "Patient",
  "id": "ExamplePatientL0",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/identity-matching/StructureDefinition/IDI-Patient-L0"
    ]
  },
  "language": "en-US",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "PN"
          }
        ]
      },
      "system": "http://hl7.org/fhir/us/identity-matching/ns/HL7PersonIdentifier",
      "value": "4004-202-9999-12345678901"
    }
  ],
  "active": true,
  "name": [
    {
      "family": "Paeshent",
      "given": [
        "Nancy"
      ]
    }
  ],
  "gender": "female",
  "birthDate": "1988-02-11",
  "address": [
    {
      "type": "physical",
      "line": [
        "321 South Maple Street"
      ],
      "city": "Scranton",
      "state": "PA",
      "postalCode": "18503"
    }
  ],
  "maritalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
        "code": "UNK"
      }
    ]
  }
}