Kids First Implementation Guide
0.1.0 - CI Build
Kids First Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions
@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:PractitionerRole; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "pr-001"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/PractitionerRole"; fhir:index 0; fhir:link <http://hl7.org/fhir/StructureDefinition/PractitionerRole> ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>id</b>: pr-001</p><p><b>meta</b>: </p><p><b>practitioner</b>: <a href=\"Practitioner-ig-001.html\">Generated Summary: id: ig-001; Christine Seidman; Christine Seidman</a></p><p><b>organization</b>: <a href=\"Organization-og-001.html\">Generated Summary: id: og-001; name: Harvard Medical School</a></p><p><b>code</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/practitioner-role researcher}\">Researcher</span></p></div>" ]; fhir:PractitionerRole.practitioner [ fhir:Reference.reference [ fhir:value "Practitioner/ig-001" ] ]; fhir:PractitionerRole.organization [ fhir:Reference.reference [ fhir:value "Organization/og-001" ] ]; fhir:PractitionerRole.code [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/practitioner-role" ]; fhir:Coding.code [ fhir:value "researcher" ]; fhir:Coding.display [ fhir:value "Researcher" ] ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.