DaVinci PDEX Plan Net STU Ballot

This page is part of the DaVinci PDEX Plan Net (v0.1.0: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.1.0. For a full list of available versions, see the Directory of published versions

Example: orgrole2

@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:OrganizationAffiliation;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "orgrole2"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/plannet-OrganizationAffiliation";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/plannet-OrganizationAffiliation>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: orgrole2</p><p><b>identifier</b>: member hospital = hosp32 (SECONDARY)</p><p><b>active</b>: true</p><p><b>organization</b>: <a href=\"Organization-monumentHIE.html\">Monument Health Information Exchange. Generated Summary: id: monumentHIE; active; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/organization-type other}\">Health information exchange organization</span>; name: Monument Health Information Exchange</a></p><p><b>participatingOrganization</b>: <a href=\"Organization-foundingfathers.html\">Founding Fathers Memorial Hospital. Generated Summary: id: foundingfathers; NPI = 1345678910 (OFFICIAL); active; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/organization-type prov}\">Hospital</span>; name: Founding Fathers Memorial Hospital; alias: DC Memorial Hospital; ph: 202-101-0123</a></p><p><b>code</b>: Hospital member <span style=\"background: LightGoldenRodYellow\">(Details : {http://hl7.org/fhir/organization-role code 'member' = 'Member', given as 'Member'})</span></p><p><b>endpoint</b>: Founding Fathers Memorial Hospital HIE endpoint</p></div>"
  ];
  fhir:OrganizationAffiliation.identifier [
     fhir:index 0;
     fhir:Element.extension [
       fhir:index 0;
       fhir:Extension.url [ fhir:value "http://hl7.org/fhir/uv/vhdir/StructureDefinition/identifier-status" ];
       fhir:Extension.valueCode [ fhir:value "active" ]     ];
     fhir:Identifier.use [ fhir:value "secondary" ];
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ];
         fhir:Coding.code [ fhir:value "NIIP" ];
         fhir:Coding.display [ fhir:value "National Insurance Payor Identifier (Payor)" ];
         fhir:Coding.userSelected [ fhir:value "true"^^xsd:boolean ]       ];
       fhir:CodeableConcept.text [ fhir:value "member hospital" ]     ];
     fhir:Identifier.system [ fhir:value "http://example.org/www.monumentHIE.com" ];
     fhir:Identifier.value [ fhir:value "hosp32" ];
     fhir:Identifier.assigner [
       fhir:Reference.reference [ fhir:value "Organization/monumentHIE" ];
       fhir:Reference.display [ fhir:value "Monument Health Information Exchange" ]     ]
  ];
  fhir:OrganizationAffiliation.active [ fhir:value "true"^^xsd:boolean];
  fhir:OrganizationAffiliation.organization [
     fhir:Reference.reference [ fhir:value "Organization/monumentHIE" ];
     fhir:Reference.display [ fhir:value "Monument Health Information Exchange" ]
  ];
  fhir:OrganizationAffiliation.participatingOrganization [
     fhir:Reference.reference [ fhir:value "Organization/foundingfathers" ];
     fhir:Reference.display [ fhir:value "Founding Fathers Memorial Hospital" ]
  ];
  fhir:OrganizationAffiliation.code [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://hl7.org/fhir/organization-role" ];
       fhir:Coding.code [ fhir:value "member" ];
       fhir:Coding.display [ fhir:value "Member" ]     ];
     fhir:CodeableConcept.text [ fhir:value "Hospital member" ]
  ];
  fhir:OrganizationAffiliation.endpoint [
     fhir:index 0;
     fhir:Reference.display [ fhir:value "Founding Fathers Memorial Hospital HIE endpoint" ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.