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

FHIR IG analytics

Packageservicewell.fhir.wof-connect
Resource TypePatient
IdPatient-Patient-GetByPersonalNumberExample.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 Patient-GetByPersonalNumberExample

Information Source: http://canonical.fhir.link/servicewell/wof-connect/sourcesystem/frenda

Profiles: Wof Connect Patient, http://canonical.fhir.link/servicewell/wof-connect/StructurDefinition/wof-connect-patient

Tag: Frenda (Details: WOF-Connect PMS System code frenda = 'Frenda')

Darth Vader (no stated gender), DoB: 2024-06-05 ( urn:oid:1.2.752.129.2.1.3.1#WOF Connect Personal Number System#199001072397)


Contact Detail

Source1

{
  "resourceType": "Patient",
  "id": "Patient-GetByPersonalNumberExample",
  "meta": {
    "source": "http://canonical.fhir.link/servicewell/wof-connect/sourcesystem/frenda",
    "profile": [
      "http://canonical.fhir.link/servicewell/wof-connect/StructureDefinition/wof-connect-patient",
      "http://canonical.fhir.link/servicewell/wof-connect/StructurDefinition/wof-connect-patient"
    ],
    "tag": [
      {
        "system": "http://canonical.fhir.link/servicewell/wof-connect/CodeSystem/pms-system",
        "code": "frenda"
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "apa"
    }
  ],
  "identifier": [
    {
      "system": "urn:oid:1.2.752.129.2.1.3.1",
      "value": "199001072397"
    }
  ],
  "name": [
    {
      "text": "Darth Vader",
      "family": "Vader",
      "given": [
        "Darth"
      ]
    }
  ],
  "telecom": [
    {
      "system": "email",
      "value": "darth.vader@example.invalid",
      "use": "home"
    },
    {
      "system": "phone",
      "value": "0763002510",
      "use": "mobile"
    }
  ],
  "birthDate": "2024-06-05"
}