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

FHIR IG analytics

Packageracsel.org
Resource TypePatient
IdPatient-PatientYellowFeverExample.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 PatientYellowFeverExample

Profile: LACPatient

Carla López Rodríguez(official) Female, DoB: 1988-07-22 ( Driver's license number)


Active:true
Other Id:Passport number/EC/P12345678 (use: official, )

Source1

{
  "resourceType": "Patient",
  "id": "PatientYellowFeverExample",
  "meta": {
    "profile": [
      "http://racsel.org/StructureDefinition/LACPatient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "PPN"
          }
        ]
      },
      "system": "urn:oid.2.16.152",
      "value": "EC/P12345678"
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "DL"
          }
        ]
      },
      "system": "urn:oid.2.16.152",
      "value": "EC/1752345678-0"
    }
  ],
  "active": true,
  "name": [
    {
      "use": "official",
      "text": "Carla López Rodríguez",
      "family": "López Rodríguez",
      "given": [
        "Carla"
      ]
    }
  ],
  "gender": "female",
  "birthDate": "1988-07-22"
}