German Practice Management FHIR Profiles (R4)
0.71.0 - STU1
DE
German Practice Management FHIR Profiles (R4) - Local Development build (v0.71.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Account",
"id" : "ExampleAccountZe",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Account ExampleAccountZe</b></p><a name=\"ExampleAccountZe\"> </a><a name=\"hcExampleAccountZe\"> </a><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActCode PBILLACCT}\">patient billing account</span></p><p><b>subject</b>: <a href=\"Patient-example-patient.html\">Thomas Weber (official) Male, DoB: 1975-06-15</a></p><blockquote><p><b>coverage</b></p><p><b>coverage</b>: <a href=\"Coverage-ExampleCoverageGkvZe.html\">Coverage: extension = Nordrhein (KBV_CS_SFHIR_ITA_WOP#38); identifier = Gesetzliche Krankenversicherung; status = active; type = gesetzliche Krankenversicherung</a></p><p><b>priority</b>: 1</p></blockquote><blockquote><p><b>coverage</b></p><p><b>coverage</b>: <a href=\"Coverage-ExampleCoverageZzvZe.html\">Coverage: status = active; type = private Krankenversicherung</a></p><p><b>priority</b>: 2</p></blockquote></div>"
},
"status" : "active",
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code" : "PBILLACCT",
"display" : "patient billing account"
}
]
},
"subject" : [
{
🔗 "reference" : "Patient/example-patient"
}
],
"coverage" : [
{
"coverage" : {
🔗 "reference" : "Coverage/ExampleCoverageGkvZe"
},
"priority" : 1
},
{
"coverage" : {
🔗 "reference" : "Coverage/ExampleCoverageZzvZe"
},
"priority" : 2
}
]
}