FHIR IG analytics| Package | ch.fhir.ig.ch-crl |
| Resource Type | Patient |
| Id | Patient-FranzMinimum.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative
Resource "FranzMinimum"
Profile: CH CRL Patient
identifier: id: 756.9217.0769.85
name: Franz Minimum
gender: male
birthDate: 1950-03-04
deceased: false
address: 8001
{
"resourceType": "Patient",
"id": "FranzMinimum",
"meta": {
"profile": [
"http://fhir.ch/ig/ch-crl/StructureDefinition/ch-crl-patient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "urn:oid:2.16.756.5.32",
"value": "756.9217.0769.85"
}
],
"name": [
{
"family": "Minimum",
"given": [
"Franz"
]
}
],
"gender": "male",
"birthDate": "1950-03-04",
"deceasedBoolean": false,
"address": [
{
"postalCode": "8001"
}
]
}