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

FHIR IG analytics

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

status: Final

code: Emerging Issues

subject: Madelyn Patel (official) Female, DoB: 1978-03-12 ( Social Beneficiary Identifier: SSN#987654321)

component

code: EmergingIssue1_1

value: H

component

code: EmergingIssue1_2

value: I

component

code: EmergingIssue8_1

value: Hi 8_1

component

code: EmergingIssue20

value: Hi 20_1


Source1

{
  "resourceType": "Observation",
  "id": "EmergingIssues-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/Decedent-Example1"
  },
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component",
            "code": "EmergingIssue1_1"
          }
        ]
      },
      "valueString": "H"
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component",
            "code": "EmergingIssue1_2"
          }
        ]
      },
      "valueString": "I"
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component",
            "code": "EmergingIssue8_1"
          }
        ]
      },
      "valueString": "Hi 8_1"
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component",
            "code": "EmergingIssue20"
          }
        ]
      },
      "valueString": "Hi 20_1"
    }
  ]
}