FHIR IG analytics| Package | qualitype.fhir.samples |
| Resource Type | Patient |
| Id | Patient-patient-example.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Patient",
"id": "patient-example",
"identifier": [
{
"system": "http://www.qualitype.de/samples/fhir/NamingSystem/patient-identifier",
"value": "patient-intern-123"
}
],
"name": [
{
"family": "Mustermann",
"given": [
"Max"
]
}
],
"birthDate": "2003-02-01"
}