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

FHIR IG analytics

Packagehl7.fhir.us.core.r4
Resource TypeObservation
IdObservation-PRAPARE-panel-example-93040-4.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


Source1

{
  "resourceType": "Observation",
  "id": "PRAPARE-panel-example-93040-4",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-screening-assessment|8.0.0"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/us/core/CodeSystem/us-core-category",
          "code": "sdoh",
          "display": "SDOH"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "survey",
          "display": "Survey"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "93040-4",
        "display": "Social and emotional health [PRAPARE]"
      }
    ],
    "text": "Social and emotional health"
  },
  "subject": {
    "reference": "Patient/example"
  },
  "effectiveDateTime": "2022-03-28T18:30:40-07:00",
  "performer": [
    {
      "reference": "Patient/example"
    }
  ],
  "hasMember": [
    {
      "reference": "Observation/PRAPARE-item-example-93029-7"
    },
    {
      "reference": "Observation/PRAPARE-item-example-93038-8"
    }
  ],
  "derivedFrom": [
    {
      "reference": "QuestionnaireResponse/prapare-example"
    }
  ]
}