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-related-artifact-provenance.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-related-artifact-provenance

Security Label: patient reported (Details: ObservationValue code PATRPT = 'patient reported')

status: Final

code: Oral temperature

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


Source1

{
  "resourceType": "Observation",
  "id": "example-extension-sec-label-related-artifact-provenance",
  "meta": {
    "security": [
      {
        "extension": [
          {
            "url": "http://hl7.org/fhir/uv/security-label-ds4p/StructureDefinition/extension-sec-label-related-artifact",
            "valueRelatedArtifact": {
              "type": "documentation",
              "url": "http://example.fhir.org/base/Provenance/26022804"
            }
          }
        ],
        "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationValue",
        "code": "PATRPT",
        "display": "patient reported"
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "8331-1",
        "display": "Oral temperature"
      }
    ]
  },
  "subject": {
    "reference": "Patient/P001"
  }
}