MCC eCare Plan Implementation Guide 1.0.0 - STU1
This page is part of the MCC eCare Plan Implementation Guide (v1.0.0: STU 1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- a fhir:Patient ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "cc-pat-pnoelle"] ; # fhir:meta [ fhir:versionId [ fhir:v "6" ] ; fhir:lastUpdated [ fhir:v "2022-08-02T18:25:58.212+00:00"^^xsd:dateTime ] ; fhir:source [ fhir:v "#JCaZBT444ZLpgXTH"^^xsd:anyURI ] ; ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <div class=\"hapiHeaderText\">Patricia \n <b>NOELLE </b>\n </div>\n <table class=\"hapiPropertyTable\">\n <tbody>\n <tr>\n <td>Identifier</td>\n <td>103270456</td>\n </tr>\n <tr>\n <td>Address</td>\n <td>\n <span>49 Meadow St </span>\n <br/>\n <span>Mounds </span>\n <span>OK </span>\n <span>US </span>\n </td>\n </tr>\n <tr>\n <td>Date of birth</td>\n <td>\n <span>15 January 1955</span>\n </td>\n </tr>\n </tbody>\n </table>\n </div>" ] ; # fhir:identifier ( [ fhir:use [ fhir:v "usual" ] ; fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "MR" ] ; fhir:display [ fhir:v "Medical Record Number" ] ] ) ; fhir:text [ fhir:v "Medical Record Number" ] ] ; fhir:system [ fhir:v "http://hospital.smarthealthit.org"^^xsd:anyURI ] ; fhir:value [ fhir:v "103270456" ] ] ) ; # fhir:active [ fhir:v "true"^^xsd:boolean] ; # fhir:name ( [ fhir:family [ fhir:v "Noelle" ] ; ( fhir:given [ fhir:v "Patricia" ] ) ] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "555-555-5555" ] ; fhir:use [ fhir:v "home" ] ] ) ; # fhir:gender [ fhir:v "female"] ; # fhir:birthDate [ fhir:v "1955-01-15"^^xsd:date] ; # fhir:address ( [ ( fhir:line [ fhir:v "49 Meadow St" ] ) ; fhir:city [ fhir:v "Mounds" ] ; fhir:state [ fhir:v "OK" ] ; fhir:postalCode [ fhir:v "74047" ] ; fhir:country [ fhir:v "US" ] ] ) . #