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

FHIR IG analytics

Packagehl7.fhir.us.vrdr.r4
Resource TypeObservation
IdObservation-EmergingIssuesUT-Example1.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 EmergingIssuesUT-Example1

status: Final

code: Emerging Issues

subject: Davis Lineberry (official) Male, DoB: 2021-03-04 ( Social Security number)

Components

-CodeValue[x]
*EmergingIssue20043-A-110234

Source1

{
  "resourceType": "Observation",
  "id": "EmergingIssuesUT-Example1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Observation-emerging-issues-vr"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/us/vr-common-library/CodeSystem/CodeSystem-local-observation-codes-vr",
        "code": "emergingissues"
      }
    ]
  },
  "subject": {
    "reference": "Patient/DecedentUT-Example1"
  },
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component",
            "code": "EmergingIssue20"
          }
        ]
      },
      "valueString": "043-A-110234"
    }
  ]
}