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

FHIR IG analytics

Packagehl7.fhir.eu.laboratory
Resource TypePatient
IdPatient-pat-lab-example.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 pat-lab-example

František Očkovaný Moreira Male, DoB: 2000-03-21 ( National Insurance Payor Identifier (Payor))


Other Ids:
  • urn:oid:1.2.203.24341.1.20.9.1/A225961454
  • Passport number/5484136

Source1

{
  "resourceType": "Patient",
  "id": "pat-lab-example",
  "meta": {
    "profile": [
      "http://hl7.eu/fhir/base/StructureDefinition/patient-eu-core"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "NIIP"
          }
        ]
      },
      "system": "urn:oid:1.2.203.24341.1.20.2",
      "value": "740512852"
    },
    {
      "system": "urn:oid:1.2.203.24341.1.20.9.1",
      "value": "A225961454"
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "PPN"
          }
        ]
      },
      "system": "urn:oid:2.16.840.1.113883.4.330.203",
      "value": "5484136"
    }
  ],
  "name": [
    {
      "family": "Očkovaný Moreira",
      "given": [
        "František"
      ]
    }
  ],
  "gender": "male",
  "birthDate": "2000-03-21"
}