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

FHIR IG analytics

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

Resource Observation "Symptom1" Version "5" Updated "2022-11-22 02:31:57+0000"

Information Source: #bdH6UAgNrK2m0Yu6!

Profile: Multiple Chronic Condition Care Plan Symptom Observation

pertains to goal: Goal/HPT-WNL

status: final

category: Symptom (LOINC#75325-1)

code: Symptom (LOINC#75325-1)

subject: Patient/cc-pat-pnoelle: Patricia Noelle " NOELLE"

effective: 2022-05-18 22:33:22+0000

value: Taste Sense Altered (finding) (SNOMED CT#271801002)


Source1

{
  "resourceType": "Observation",
  "id": "Symptom1",
  "meta": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/instance-name",
        "valueString": "MCC Symptom Observation Example"
      },
      {
        "url": "http://hl7.org/fhir/StructureDefinition/instance-description",
        "valueMarkdown": "This example of a MCC Symptom Observation Profile illustrates its use to capture observation of a patient's symptoms study findings."
      }
    ],
    "versionId": "5",
    "lastUpdated": "2022-11-22T02:31:57.310+00:00",
    "source": "#bdH6UAgNrK2m0Yu6",
    "profile": [
      "http://hl7.org/fhir/us/mcc/StructureDefinition/MCCSymptomObservation"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/resource-pertainsToGoal",
      "valueReference": {
        "reference": "Goal/HPT-WNL"
      }
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://loinc.org",
          "code": "75325-1",
          "display": "Symptom"
        }
      ],
      "text": "Symptom"
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "75325-1",
        "display": "Symptom"
      }
    ]
  },
  "subject": {
    "reference": "Patient/cc-pat-pnoelle",
    "display": "Patricia Noelle"
  },
  "effectiveDateTime": "2022-05-18T22:33:22Z",
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "271801002",
        "display": "Taste Sense Altered (finding)"
      }
    ]
  }
}