NAPKON GECCO+
1.0.0 - ci-build
NAPKON GECCO+ - Local Development build (v1.0.0). See the Directory of published versions
{
"resourceType" : "Patient",
"id" : "ExamplePatient",
"meta" : {
"profile" : [
"https://www.medizininformatik-initiative.de/fhir/core/modul-person/StructureDefinition/Patient"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>identifier</b>: Medical record number: napkon-example-patient</p><p><b>name</b>: maxi musterperson (OFFICIAL)</p><p><b>gender</b>: unknown</p><p><b>birthDate</b>: 1990-08-08</p><p><b>address</b>: Charitéplatz 1 Berlin 10117 DE </p></div>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "MR"
}
]
},
"system" : "https://www.napkon.de/fhir/napkon-example-system",
"value" : "napkon-example-patient"
}
],
"name" : [
{
"use" : "official",
"family" : "musterperson",
"given" : [
"maxi"
]
}
],
"gender" : "unknown",
"birthDate" : "1990-08-08",
"address" : [
{
"type" : "both",
"line" : [
"Charitéplatz 1"
],
"city" : "Berlin",
"postalCode" : "10117",
"country" : "DE"
}
]
}