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

FHIR IG analytics

Packagecom.sensotrend.fhir-ig-tests
Resource TypePatient
IdPatient-b4ac89c5-6589-417f-beef-d3fb1ef9c70f.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

Test patient with dummy data


Source1

{
  "resourceType": "Patient",
  "id": "b4ac89c5-6589-417f-beef-d3fb1ef9c70f",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-patient|1.1.0",
      "http://hl7.org/fhir/uv/ips/StructureDefinition/Patient-uv-ips",
      "http://hl7.eu/fhir/base/StructureDefinition/patient-eu-core|2.0.0",
      "http://hl7.eu/fhir/eps/StructureDefinition/patient-eu-eps"
    ],
    "security": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationValue",
        "code": "PATRPT",
        "display": "patient reported"
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:uuid:b4ac89c5-6589-417f-beef-d3fb1ef9c70f"
    }
  ],
  "active": true,
  "name": [
    {
      "text": "Example Patient",
      "family": "Example",
      "given": [
        "Example",
        "Test"
      ]
    }
  ],
  "birthDate": "2026-06-05"
}