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

FHIR IG analytics

Packagehl7.fhir.uv.security-label-ds4p.r4b
Resource TypeObservation
IdObservation-example-extension-sec-label-related-artifact-provenance.json
FHIR VersionR4B

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

Resource Observation "example-extension-sec-label-related-artifact-provenance"

Security Labels: http://terminology.hl7.org/CodeSystem/v3-ObservationValue

status: final

code: Oral temperature (LOINC#8331-1)

subject: Patient/P001


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"
  }
}