Inera Core Implementation Guide
0.2.0 - ci-build
Sweden
Inera Core Implementation Guide - Local Development build (v0.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Observation",
"id" : "pending-cancer-diagnosis",
"meta" : {
"security" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code" : "NOPATIENT",
"display" : "Do not disclose to patient"
},
{
"system" : "https://inera.se/fhir/core/CodeSystem/security-label-se",
"code" : "RESTRICT_PATIENT_ACCESS",
"display" : "Begränsa patientåtkomst"
}
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation pending-cancer-diagnosis</b></p><a name=\"pending-cancer-diagnosis\"> </a><a name=\"hcpending-cancer-diagnosis\"> </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\">Security Labels: Do not disclose to patient (Details: ActCode code NOPATIENT = 'Do not disclose to patient'), Begränsa patientåtkomst (Details: security-label-se code RESTRICT_PATIENT_ACCESS = 'Begränsa patientåtkomst')</p></div><p><b>se/fhir/core/StructureDefinition/patient-access-consent</b>: <a href=\"Consent-restrict-patient-access-123.html\">Consent: status = active; scope = Privacy Consent; category = Begränsa patientåtkomst till egen information; dateTime = 2025-11-24 14:30:00+0100; policyRule = NOPATIENT</a></p><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 22637-3}\">Pathology report final diagnosis</span></p><p><b>subject</b>: <a href=\"Patient/191212121212\">Patient/191212121212</a></p><p><b>value</b>: Positivt för malignitet</p></div>"
},
"extension" : [
{
"url" : "https://inera.se/fhir/core/StructureDefinition/patient-access-consent",
"valueReference" : {
🔗 "reference" : "Consent/restrict-patient-access-123"
}
}
],
"status" : "final",
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "22637-3",
"display" : "Pathology report final diagnosis"
}
]
},
"subject" : {
"reference" : "Patient/191212121212"
},
"valueString" : "Positivt för malignitet"
}