HL7 FHIR Implementation Guide Laboratory Report
0.2.0 - trial-use Italy flag

This page is part of the HL7 FHIR Implementation Guide Laboratory Report (v0.2.0: Release 1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: PractitionerRoleMMG-Lab-Esempio - TTL Representation

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 -------------------------------------------------------------------

 a fhir:PractitionerRole ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "dc5842a1-83b6-43c7-b063-75ae989b803k"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.it/fhir/lab-report/StructureDefinition/practitionerrole-MMGPLS-it-lab"^^xsd:anyURI ;
fhir:link <http://hl7.it/fhir/lab-report/StructureDefinition/practitionerrole-MMGPLS-it-lab>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: PractitionerRole</b><a name=\"dc5842a1-83b6-43c7-b063-75ae989b803k\"> </a></p><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\">Resource PractitionerRole &quot;dc5842a1-83b6-43c7-b063-75ae989b803k&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-practitionerrole-MMGPLS-it-lab.html\">PractitionerRole MMG/PLS - Lab Report</a></p></div><p><b>identifier</b>: <code>http://hl7.it/sid/codiceFiscale</code>/MDCPRV80A01H501G (use: OFFICIAL)</p><p><b>active</b>: true</p><p><b>organization</b>: <a href=\"Bundle-Bundle-Lab-Esempio-2.html#urn-uuid-5fd3f1a6-b2c8-44cb-8237-0b5f0a81f2a8\">urn:uuid:5fd3f1a6-b2c8-44cb-8237-0b5f0a81f2a8</a></p><p><b>code</b>: medico di medicina generale <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-it-V3RoleCode.html\">HL7 Italia - HL7 V3 RoleCode (estensione)</a>#MMG)</span></p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "http://hl7.it/sid/codiceFiscale"^^xsd:anyURI ] ;
fhir:value [ fhir:v "MDCPRV80A01H501G" ]
  ] ) ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:organization [
fhir:reference [ fhir:v "urn:uuid:5fd3f1a6-b2c8-44cb-8237-0b5f0a81f2a8" ]
  ] ; # 
  fhir:code ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.it/fhir/lab-report/CodeSystem/it-V3RoleCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MMG" ] ;
fhir:display [ fhir:v "medico di medicina generale" ]     ] )
  ] ) . #