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

FHIR IG analytics

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

Profile: LACPatient

Sergio Penafiel(official) Male, DoB: 1994-10-13 ( Tax ID number)


Active:true
Other Id:Passport number/CL/F12-1234123-2 (use: official, )

Source1

{
  "resourceType": "Patient",
  "id": "LACPatientExample",
  "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": "CL/F12-1234123-2"
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "TAX"
          }
        ]
      },
      "system": "urn:oid.2.16.152",
      "value": "CL/18922652-7"
    }
  ],
  "active": true,
  "name": [
    {
      "use": "official",
      "text": "Sergio Penafiel",
      "family": "Penafiel",
      "given": [
        "Sergio"
      ]
    }
  ],
  "gender": "male",
  "birthDate": "1994-10-13"
}