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

FHIR IG analytics

Packagehl7.fhir.us.pco.r4
Resource TypeObservation
IdObservation-pcoWhatMattersRelationshipsExampleNowRating.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 pcoWhatMattersRelationshipsExampleNowRating

status: Final

category: What Matters, Survey

code: Now Rating

subject: Dorothy Jones Female, DoB: 1975-05-25 ( http://example.org#ee8d4ac0-545c-4501-8d7e-646bfbda1db5 (use: official, ))

effective: 2025-02-14 15:10:00+0000

performer: Dorothy Jones Female, DoB: 1975-05-25 ( http://example.org#ee8d4ac0-545c-4501-8d7e-646bfbda1db5 (use: official, ))

value: 1

derivedFrom: Observation Family, Friends & Co-Workers


Source1

{
  "resourceType": "Observation",
  "id": "pcoWhatMattersRelationshipsExampleNowRating",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/pco/StructureDefinition/pco-what-matters-assessment"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/us/pco/CodeSystem/pco-concepts-temporary",
          "code": "what-matters",
          "display": "What Matters"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "survey"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/us/pco/CodeSystem/what-matters-concepts-temporary",
        "code": "now-rating",
        "display": "Now Rating"
      }
    ]
  },
  "subject": {
    "reference": "Patient/pcoPatientJones"
  },
  "effectiveDateTime": "2025-02-14T15:10:00Z",
  "performer": [
    {
      "reference": "Patient/pcoPatientJones"
    }
  ],
  "valueInteger": 1,
  "derivedFrom": [
    {
      "reference": "Observation/pcoWhatMattersRelationshipsExample"
    }
  ]
}