FHIR IG analytics| Package | hl7.fhir.uv.ihe-sdc-ecc.r4 |
| Resource Type | Observation |
| Id | Observation-SDCeCCObservationStringEx.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation
Resource Observation "SDCeCCObservationStringEx"
Profile: IHE SDC/eCP on FHIR Observation
identifier: Accession ID: SDCeCCObservationCodeEx0 (use: USUAL)
status: final
code: Comments (College of American Pathologists (CAP) eCC (electronic Cancer Checklists)#76595)
subject: http://example.org/patient: Example Patient
effective: 2021-05-11
performer: http://example.org/practitioner: Example Practitioner
value: Some comment
{
"resourceType": "Observation",
"id": "SDCeCCObservationStringEx",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/ihe-sdc-ecc/StructureDefinition/ihe-sdc-ecc-Observation"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "usual",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "ACSN",
"display": "Accession ID"
}
]
},
"system": "http://example.org/Observation",
"value": "SDCeCCObservationCodeEx0"
}
],
"status": "final",
"code": {
"coding": [
{
"system": "http://cap.org/eCC",
"code": "76595",
"display": "Comments"
}
]
},
"subject": {
"reference": "http://example.org/patient",
"display": "Example Patient"
},
"effectiveDateTime": "2021-05-11",
"performer": [
{
"reference": "http://example.org/practitioner",
"display": "Example Practitioner"
}
],
"valueString": "Some comment"
}