C-CDA on FHIR 1.2.0 - STU 1
This page is part of the C-CDA on FHIR Implementation Guide (v1.2.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:Practitioner ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "ccda-practitioner-example"] ; # fhir:meta [ fhir:versionId [ fhir:v "6" ] ; fhir:lastUpdated [ fhir:v "2020-08-12T21:30:18.070+00:00"^^xsd:dateTime ] ; fhir:source [ fhir:v "#csn482LCsnDWyxbW"^^xsd:anyURI ] ; ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Practitioner</b><a name=\"ccda-practitioner-example\"> </a><a name=\"hcccda-practitioner-example\"> </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 Practitioner "ccda-practitioner-example" Version "6" Updated "2020-08-12 21:30:18+0000" </p><p style=\"margin-bottom: 0px\">Information Source: #csn482LCsnDWyxbW!</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/core/STU4/StructureDefinition-us-core-practitioner.html\">US Core Practitioner Profile</a></p></div><p><b>identifier</b>: US National Provider Identifier/9999991011 (use: OFFICIAL)</p><p><b>name</b>: Brenda Jennings Richard </p><p><b>telecom</b>: ph: 313-555-6868(HOME), ph: 313-555-6443(WORK)</p><p><b>address</b>: 346 W Plum Avenu Dearborn MI 48123</p><p><b>gender</b>: female</p><p><b>birthDate</b>: 1976-11-15</p></div>" ] ; # fhir:identifier ( [ fhir:use [ fhir:v "official" ] ; fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "PRN" ] ; fhir:display [ fhir:v "Provider number" ] ] ) ; fhir:text [ fhir:v "US National Provider Identifier" ] ] ; fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-npi"^^xsd:anyURI ] ; fhir:value [ fhir:v "9999991011" ] ] ) ; # fhir:name ( [ fhir:family [ fhir:v "Richard" ] ; ( fhir:given [ fhir:v "Brenda" ] [ fhir:v "Jennings" ] ) ; ( fhir:suffix [ fhir:v "MD" ] ) ] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "313-555-6868" ] ; fhir:use [ fhir:v "home" ] ] [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "313-555-6443" ] ; fhir:use [ fhir:v "work" ] ] ) ; # fhir:address ( [ fhir:text [ fhir:v "346 W Plum Avenu Dearborn MI 48123" ] ; ( fhir:line [ fhir:v "346 W Plum Avenue" ] ) ; fhir:city [ fhir:v "Dearborn" ] ; fhir:state [ fhir:v "MI" ] ; fhir:postalCode [ fhir:v "48126" ] ] ) ; # fhir:gender [ fhir:v "female"] ; # fhir:birthDate [ fhir:v "1976-11-15"^^xsd:date] . #