FHIR IG analytics| Package | com.sensotrend.fhir-ig-tests |
| Resource Type | Patient |
| Id | Patient-b4ac89c5-6589-417f-beef-d3fb1ef9c70f.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Test patient with dummy data
{
"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"
}