FHIR IG analytics| Package | de.j-med.myjmed |
| Resource Type | Patient |
| Id | Patient-MyJMedPatientExample.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Patient",
"id": "MyJMedPatientExample",
"meta": {
"profile": [
"https://fhir.j-med.de/StructureDefinition/myjmed-patient"
]
},
"identifier": [
{
"system": "http://praxis.myjmed.example/patient-id",
"value": "A-000123"
}
],
"name": [
{
"given": [
"Max"
],
"use": "official",
"family": "Muster"
}
],
"address": [
{
"line": [
"Hauptstraße 15"
],
"use": "home",
"city": "Freiburg",
"postalCode": "79098",
"country": "DE"
}
],
"telecom": [
{
"system": "phone",
"value": "+49-761-123456",
"use": "mobile"
},
{
"system": "email",
"value": "max.muster@example.org"
}
],
"birthDate": "1985-04-12",
"gender": "male"
}