Computable Care Guidelines
1.0.0-current - ci-build
Computable Care Guidelines, published by IHE QRPH Technical Committee. This guide is not an authorized publication; it is the continuous build for version 1.0.0-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/QRPH.CCG/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Encounter",
"id" : "Encounter-1234567",
"meta" : {
"profile" : [
🔗 "https://profiles.ihe.net/QRPH/CCG/StructureDefinition/ccg-di-encounter"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter Encounter-1234567</b></p><a name=\"Encounter-1234567\"> </a><a name=\"hcEncounter-1234567\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ccg-di-encounter.html\">CCG Data-In Bundle Encounter</a></p></div><p><b>identifier</b>: <code>http://example.org/ids</code>/Encounter-1234567</p><p><b>status</b>: In Progress</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-ActCode.html#v3-ActCode-HH\">ActCode HH</a>: home health</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 371883000}\">Outpatient procedure (procedure)</span></p><p><b>priority</b>: <span title=\"Codes:{http://snomed.info/sct 394848005}\">Normal Priority</span></p><p><b>subject</b>: <a href=\"Patient-ZKT9319.html\">Iosefa Test-Fuimaono Male, DoB: 1950-07-04 ( https://example.org/ids#ZKT9319)</a></p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Individual</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType PPRF}\">primary performer</span></td><td><a href=\"Practitioner-Practitioner-123.html\">Practitioner Doctor Doctor</a></td></tr></table><p><b>period</b>: 2024-02-18 --> (ongoing)</p><h3>Locations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Location</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Location-Location-12.html\">Location Example Location</a></td></tr></table><p><b>serviceProvider</b>: <a href=\"Organization-Organization-14.html\">Organization Example Organization</a></p></div>"
},
"identifier" : [
{
"system" : "http://example.org/ids",
"value" : "Encounter-1234567"
}
],
"status" : "in-progress",
"class" : {
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code" : "HH"
},
"type" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "371883000",
"display" : "Outpatient procedure (procedure)"
}
]
}
],
"priority" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "394848005",
"display" : "Normal Priority"
}
]
},
"subject" : {
🔗 "reference" : "Patient/ZKT9319"
},
"participant" : [
{
"type" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
"code" : "PPRF"
}
]
}
],
"individual" : {
🔗 "reference" : "Practitioner/Practitioner-123"
}
}
],
"period" : {
"start" : "2024-02-18"
},
"location" : [
{
"location" : {
🔗 "reference" : "Location/Location-12"
}
}
],
"serviceProvider" : {
🔗 "reference" : "Organization/Organization-14"
}
}