This page is part of the MCC eCare Plan Implementation Guide (v1.0.0-ballot: STU 1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <http://loinc.org/rdf#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Observation;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "Symptom1"]; #
fhir:Resource.meta [
fhir:Element.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/instance-name" ];
fhir:Extension.valueString [ fhir:value "MCC Symptom Observation Example" ] ], [
fhir:index 1;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/instance-description" ];
fhir:Extension.valueMarkdown [ fhir:value "This example of a MCC Symptom Observation Profile illustrates its use to capture observation of a patient's symptoms study findings." ] ];
fhir:Meta.versionId [ fhir:value "5" ];
fhir:Meta.lastUpdated [ fhir:value "2022-11-22T02:31:57.310+00:00"^^xsd:dateTime ];
fhir:Meta.source [ fhir:value "#bdH6UAgNrK2m0Yu6" ];
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/us/mcc/StructureDefinition/MCCSymptomObservation";
fhir:index 0;
fhir:link <http://hl7.org/fhir/us/mcc/StructureDefinition/MCCSymptomObservation> ]
]; #
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "extensions" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"Symptom1\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Observation "Symptom1" Version "5" Updated "2022-11-22 02:31:57+0000" </p><p style=\"margin-bottom: 0px\">Information Source: #bdH6UAgNrK2m0Yu6!</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-MCCSymptomObservation.html\">Multiple Chronic Condition Care Plan Symptom Observation</a></p></div><p><b>pertains to goal</b>: <a href=\"Goal-HPT-WNL.html\">Goal/HPT-WNL</a></p><p><b>status</b>: final</p><p><b>category</b>: Symptom <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#75325-1)</span></p><p><b>code</b>: Symptom <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#75325-1)</span></p><p><b>subject</b>: <a href=\"Patient-cc-pat-pnoelle.html\">Patient/cc-pat-pnoelle: Patricia Noelle</a> " NOELLE"</p><p><b>effective</b>: 2022-05-18 22:33:22+0000</p><p><b>value</b>: Taste Sense Altered (finding) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#271801002)</span></p></div>"
]; #
fhir:DomainResource.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/resource-pertainsToGoal" ];
fhir:Extension.valueReference [
fhir:Reference.reference [ fhir:value "Goal/HPT-WNL" ] ]
]; #
fhir:Observation.status [ fhir:value "final"]; #
fhir:Observation.category [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
a loinc:75325-1;
fhir:Coding.system [ fhir:value "http://loinc.org" ];
fhir:Coding.code [ fhir:value "75325-1" ];
fhir:Coding.display [ fhir:value "Symptom" ] ];
fhir:CodeableConcept.text [ fhir:value "Symptom" ]
]; #
fhir:Observation.code [
fhir:CodeableConcept.coding [
fhir:index 0;
a loinc:75325-1;
fhir:Coding.system [ fhir:value "http://loinc.org" ];
fhir:Coding.code [ fhir:value "75325-1" ];
fhir:Coding.display [ fhir:value "Symptom" ] ]
]; #
fhir:Observation.subject [
fhir:Reference.reference [ fhir:value "Patient/cc-pat-pnoelle" ];
fhir:Reference.display [ fhir:value "Patricia Noelle" ]
]; #
fhir:Observation.effectiveDateTime [ fhir:value "2022-05-18T22:33:22Z"^^xsd:dateTime]; #
fhir:Observation.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0;
a sct:271801002;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "271801002" ];
fhir:Coding.display [ fhir:value "Taste Sense Altered (finding)" ] ]
]. #
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.
IG © 2020+ HL7 International - Patient Care WG. Package hl7.fhir.us.mcc#1.0.0-ballot based on FHIR 4.0.1. Generated 2022-12-04
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change