FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.security-label-ds4p
Resource TypeObservation
IdObservation-example-extension-sec-label-basis.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Observation example-extension-sec-label-basis

Security Label: Restricted (Details: Confidentiality code R = 'Restricted')

status: Final

code: Bacteria identified in Blood by Culture

subject: Anonymous Patient (no stated gender), DoB Unknown


Source1

{
  "resourceType": "Observation",
  "id": "example-extension-sec-label-basis",
  "meta": {
    "security": [
      {
        "extension": [
          {
            "url": "http://hl7.org/fhir/uv/security-label-ds4p/StructureDefinition/extension-sec-label-basis",
            "valueCoding": {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
              "code": "42CFRPart2"
            }
          }
        ],
        "system": "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
        "code": "R",
        "display": "Restricted"
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "600-7",
        "display": "Bacteria identified in Blood by Culture"
      }
    ]
  },
  "subject": {
    "reference": "Patient/P001"
  }
}