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. Medico di Medicina Generale - 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 "PractitionerRoleMMGExample"];
  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>: PractitionerRoleMMGExample</p><p><b>identifier</b>: RSSMRT57D12D612R, 123456789</p><p><b>period</b>: 1997-09-01 --&gt; (ongoing)</p><p><b>practitioner</b>: <a href=\"Practitioner-PractitionerMMGExample.html\">Generated Summary: id: PractitionerMMGExample; RSSMRT57D12D612R, 123456789; Martino Rossi </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: {http://terminology.hl7.it/CodeSystem/it-v3RoleCode MMG}\">medico di medicina generale</span></p></div>"
  ];
  fhir:PractitionerRole.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "http://hl7.it/sid/codiceFiscale" ];
     fhir:Identifier.value [ fhir:value "RSSMRT57D12D612R" ]
  ], [
     fhir:index 1;
     fhir:Identifier.system [ fhir:value "http://example.org/sid/codiceRegionale" ];
     fhir:Identifier.value [ fhir:value "123456789" ]
  ];
  fhir:PractitionerRole.period [
     fhir:Period.start [ fhir:value "1997-09-01"^^xsd:date ]
  ];
  fhir:PractitionerRole.practitioner [
     fhir:Reference.reference [ fhir:value "Practitioner/PractitionerMMGExample" ]
  ];
  fhir:PractitionerRole.organization [
     fhir:Reference.reference [ fhir:value "Organization/asl-020101" ]
  ];
  fhir:PractitionerRole.code [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.it/CodeSystem/it-v3RoleCode" ];
       fhir:Coding.code [ fhir:value "MMG" ]     ]
  ].

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

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