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

FHIR IG analytics

Packagefhir.nl.gf
Resource TypePatient
IdPatient-27e58ece-409e-44f9-8cc1-b33495a0ef9d.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 27e58ece-409e-44f9-8cc1-b33495a0ef9d

Jaantje Merkens Female, DoB: 1950-02-26 ( http://organization2.example.org/EHR/patients#vdfesz)


Other Id:http://fhir.nl/fhir/NamingSystem/bsn/111222333
Contact Detail
Links:

Source1

{
  "resourceType": "Patient",
  "id": "27e58ece-409e-44f9-8cc1-b33495a0ef9d",
  "meta": {
    "profile": [
      "http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://organization2.example.org/EHR/patients",
      "value": "vdfesz",
      "assigner": {
        "identifier": {
          "type": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
                "code": "author"
              }
            ]
          },
          "system": "http://fhir.nl/fhir/NamingSystem/ura",
          "value": "22222222"
        }
      }
    },
    {
      "system": "http://fhir.nl/fhir/NamingSystem/bsn",
      "value": "111222333"
    }
  ],
  "name": [
    {
      "family": "Merkens",
      "given": [
        "Jaantje"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+31612345678"
    },
    {
      "system": "email",
      "value": "j.merkens@bigtech.com"
    }
  ],
  "gender": "female",
  "birthDate": "1950-02-26",
  "address": [
    {
      "line": [
        "Kerkstraat 18"
      ],
      "city": "Ulft",
      "postalCode": "7071 WZ"
    }
  ],
  "managingOrganization": {
    "reference": "Organization/cff921f3-c1c1-4a4c-8f0f-cafd0aa25067",
    "display": "Organization 2"
  }
}