Central Cancer Registry Reporting Content IG, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-central-cancer-registry-reporting-ig/ and changes regularly. See the Directory of published versions
| Page standards status: Informative |
{
"resourceType" : "Encounter",
"id" : "encounter-cancer-example",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/us/central-cancer-registry-reporting/StructureDefinition/central-cancer-registry-reporting-encounter"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p><b>Profile: </b> <a href=\"StructureDefinition-central-cancer-registry-reporting-encounter.html\"> Central Cancer Registry Reporting Encounter</a></p>\n <p><b>Encounter:</b> encounter-cancer-example</p><p><b>Identifier:</b> 9937012 (System: http://CancerOrg.smarthealthit.org)</p><p><b>Status:</b> finished</p><p><b>Class:</b> AMB (Ambulatory)</p><p><b>Type:</b> Encounter for problem (procedure) (SNOMED CT: 185347001)</p><p><b>Subject:</b> <a href=\"Patient-example.html\">Patient-example: Amy Shaw</a></p>\n<p><b>Reason:</b> Referral by general physician (procedure) (SNOMED CT: 305970004)</p><p><b>Participant:</b> <a href=\"Practitioner-1.html\"> Joseph Nichols – Attender</a></p><p><b>Period:</b> 2023-03-21T17:00:14-05:00 to 2023-03-21T20:00:14-05:00</p><p><b>Diagnosis:</b> <a href=\"Condition-primary-cancer-condition-breast.html\"> Primary Cancer Condition – Breast</a></p>\n <p><b>Service Provider:</b> <a href=\"Organization-example-cancer-org.html\"> Cancer Organization</a></p></div>"
},
"identifier" : [
{
"system" : "http://CancerOrg.smarthealthit.org",
"value" : "9937012"
}
],
"status" : "finished",
"class" : {
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code" : "AMB",
"display" : "ambulatory"
},
"type" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "185347001",
"display" : "Encounter for problem (procedure)"
}
]
}
],
"subject" : {
🔗 "reference" : "Patient/example",
"display" : "Amy Shaw"
},
"participant" : [
{
"type" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
"code" : "ATND",
"display" : "attender"
}
]
}
],
"individual" : {
🔗 "reference" : "Practitioner/1",
"display" : "Joseph Nichols"
}
}
],
"period" : {
"start" : "2023-03-21T17:00:14-05:00",
"end" : "2023-03-21T20:00:14-05:00"
},
"reasonCode" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "305970004",
"display" : "Referral by general physician (procedure)"
}
]
}
],
"diagnosis" : [
{
"condition" : {
🔗 "reference" : "Condition/primary-cancer-condition-breast"
}
}
],
"serviceProvider" : {
🔗 "reference" : "Organization/example-cancer-org",
"display" : "Cancer Organization"
}
}