German Practice Management FHIR Profiles (R4)
0.90.0 - STU1
Germany
German Practice Management FHIR Profiles (R4) - Local Development build (v0.90.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "ChargeItem",
"id" : "example-proposal-chargeitem-primary",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ChargeItem example-proposal-chargeitem-primary</b></p><a name=\"example-proposal-chargeitem-primary\"> </a><a name=\"hcexample-proposal-chargeitem-primary\"> </a><p><b>definitionCanonical</b>: <a href=\"ChargeItemDefinition-goae-252-pkv.html\">Injektion — GOÄ 252 (PKV)</a></p><p><b>status</b>: Planned</p><p><b>code</b>: <span title=\"Codes:{http://fhir.de/CodeSystem/bäk/goä 252}\">Injektion, s.c./s.m./i.c./i.m.</span></p><p><b>subject</b>: <a href=\"Patient-example-patient-upper-arm.html\">Anna Keller Female, DoB: 1978-06-12</a></p><p><b>context</b>: <a href=\"Encounter-example-encounter-upper-arm.html\">Encounter: status = in-progress; class = ambulatory (ActCode#AMB)</a></p><p><b>quantity</b>: 1</p><h3>PriceOverrides</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td><td><b>Currency</b></td></tr><tr><td style=\"display: none\">*</td><td>12.5</td><td>Euro</td></tr></table><p><b>service</b>: </p><ul><li><a href=\"Procedure-example-proposal-procedure-upper-arm.html\">Procedure Injection</a></li><li><a href=\"Observation-example-proposal-observation-upper-arm-doc.html\">Observation Clinical report</a></li></ul><p><b>supportingInformation</b>: <a href=\"Condition-existing-upper-arm-diagnosis.html\">Condition Schmerz in einer Extremitaet: Oberarm</a></p></div>"
},
"definitionCanonical" : [
🔗 "https://fhir.cognovis.de/praxis/ChargeItemDefinition/goae-252-pkv"
],
"status" : "planned",
"code" : {
"coding" : [
{
"system" : "http://fhir.de/CodeSystem/bäk/goä",
"code" : "252",
"display" : "Injektion, s.c./s.m./i.c./i.m."
}
]
},
"subject" : {
🔗 "reference" : "Patient/example-patient-upper-arm"
},
"context" : {
🔗 "reference" : "Encounter/example-encounter-upper-arm"
},
"quantity" : {
"value" : 1
},
"priceOverride" : {
"value" : 12.5,
"currency" : "EUR"
},
"service" : [
{
🔗 "reference" : "Procedure/example-proposal-procedure-upper-arm"
},
{
🔗 "reference" : "Observation/example-proposal-observation-upper-arm-doc"
}
],
"supportingInformation" : [
{
🔗 "reference" : "Condition/existing-upper-arm-diagnosis"
}
]
}