FHIR IG analytics| Package | ths-greifswald.ttp-fhir-gw |
| Resource Type | Patient |
| Id | Patient-Idat-example-1.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Patient",
"id": "Idat-example-1",
"meta": {
"profile": [
"https://ths-greifswald.de/fhir/StructureDefinition/dispatcher/Patient/Idat"
]
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/patient-birthPlace",
"valueAddress": {
"city": "Musterhausen"
}
},
{
"extension": [
{
"url": "code",
"valueCodeableConcept": {
"coding": [
{
"code": "DE",
"system": "urn:iso:std:iso:3166"
}
]
}
}
],
"url": "http://hl7.org/fhir/StructureDefinition/patient-nationality"
}
],
"name": [
{
"prefix": [
"Dr. med."
],
"_prefix": [
{
"extension": [
{
"valueCode": "AC",
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier"
}
]
}
],
"family": "Mustermann",
"given": [
"Martin"
]
}
],
"gender": "male",
"birthDate": "1965-12-03"
}