2026 US Quality Core Implementation Guide 0.5.0 - release
2026 US Quality Core Implementation Guide - Local Development build (v0.5.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. 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 ------------------------------------------------------------------- <http://hl7.org/fhir/CareTeam/example> a fhir:CareTeam ; fhir:nodeRole fhir:treeRoot ; fhir:Resource.id [ fhir:value "example"] ; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://fhir.org/guides/onc/us-quality-core/StructureDefinition/us-quality-core-careteam" ; fhir:index 0 ; fhir:link <http://fhir.org/guides/onc/us-quality-core/StructureDefinition/us-quality-core-careteam> ] ] ; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ] ; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CareTeam example</b></p><a name=\"example\"> </a><a name=\"hcexample\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-us-quality-core-careteam.html\">US Quality Core CareTeam</a></p></div><p><b>status</b>: Active</p><p><b>subject</b>: Eve Everywoman</p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Role</b></td><td><b>Member</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationFunction MDWF}\">midwife</span></td><td>Mabel Midwife</td></tr></table></div>" ] ; fhir:CareTeam.status [ fhir:value "active"] ; fhir:CareTeam.subject [ fhir:Reference.display [ fhir:value "Eve Everywoman" ] ] ; fhir:CareTeam.participant [ fhir:index 0 ; fhir:CareTeam.participant.role [ fhir:index 0 ; fhir:CodeableConcept.coding [ fhir:index 0 ; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ParticipationFunction" ] ; fhir:Coding.code [ fhir:value "MDWF" ] ; fhir:Coding.display [ fhir:value "midwife" ] ] ] ; fhir:CareTeam.participant.member [ fhir:Reference.display [ fhir:value "Mabel Midwife" ] ] ] . # - ontology header ------------------------------------------------------------ <http://hl7.org/fhir/CareTeam/example.ttl> a owl:Ontology ; owl:imports fhir:fhir.ttl ; owl:versionIRI <http://build.fhir.org/CareTeam/example.ttl> .