HL7 Italia FHIR Implementation Guide (base)
0.1.0 - PC Ballot

This page is part of the HL7 Italia FHIR Implementation Guide (base) (v0.1.0: Public Comment 1 Ballot 1) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

PractitionerRole. Esempio - TTL Representation

(back to description)

Raw ttl

Source view

@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 "PractitionerRoleExample"];
  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>: PractitionerRoleExample</p><p><b>identifier</b>: PLLDSR80E47A462P</p><p><b>period</b>: 2005-04-15 --&gt; (ongoing)</p><p><b>practitioner</b>: <a href=\"Practitioner-PractitionerExample.html\">Generated Summary: id: PractitionerExample; PLLDSR80E47A462P; Désirée Pellé ; gender: female; birthDate: 1980-07-05</a></p><p><b>organization</b>: <a href=\"Organization-asl-020101.html\">Generated Summary: id: asl-020101; 020101, 101, 00177330073, 91001750073; active; <span title=\"Codes: {http://terminology.hl7.it/CodeSystem/it-tipoEntita asl}\">Azienda Sanitaria Locale</span>; name: AZIENDA U.S.L. VALLE D'AOSTA; ph: (0165) 5431, fax: (0165) 544587, mailto: protocollo@pec.ausl.vda.it, http://www.ausl.vda.it</a></p><p><b>code</b>: <span title=\"Codes: \">impiegata</span></p></div>"
  ];
  fhir:PractitionerRole.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "http://hl7.it/sid/codiceFiscale" ];
     fhir:Identifier.value [ fhir:value "PLLDSR80E47A462P" ]
  ];
  fhir:PractitionerRole.period [
     fhir:Period.start [ fhir:value "2005-04-15"^^xsd:date ]
  ];
  fhir:PractitionerRole.practitioner [
     fhir:Reference.reference [ fhir:value "Practitioner/PractitionerExample" ]
  ];
  fhir:PractitionerRole.organization [
     fhir:Reference.reference [ fhir:value "Organization/asl-020101" ]
  ];
  fhir:PractitionerRole.code [
     fhir:index 0;
     fhir:CodeableConcept.text [ fhir:value "impiegata" ]
  ].

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

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