HL7 FHIR Implementation Guide: Profiles for ICSR Transfusion and Vaccination Adverse Event Detection and Reporting
0.1.0 - STU 1 Ballot

This page is part of the Profiles for ICSR Transfusion and Vaccination Adverse Event Detection and Reporting (v0.1.0: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions

: Sample Author Role of ICSR Report - 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:Resource.id [ fhir:value "SampleAuthorRole"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/icsr-ae-reporting/StructureDefinition/ibm-fda-icsr-authorpractitionerrole";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/us/icsr-ae-reporting/StructureDefinition/ibm-fda-icsr-authorpractitionerrole>     ]
  ];
  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>practitioner</b>: <a href=\"Practitioner-SampleAuthorPractitioner.html\">Generated Summary: id: 123456789; Joe Smith ; Phone: 555-555-5554, joe@anywhere.com</a></p><p><b>organization</b>: <span>reporter organization</span></p><p><b>code</b>: <span title=\"Codes: {urn:oid:2.16.840.1.113883.3.989.2.1.1.6 1}\">Physician</span></p><p><b>location</b>: <span>reporter department</span></p><p><b>telecom</b>: <a href=\"mailto:joe@anywhere.com\">joe@anywhere.com</a></p></div>"
  ];
  fhir:PractitionerRole.practitioner [
     fhir:Reference.reference [ fhir:value "Practitioner/SampleAuthorPractitioner" ]
  ];
  fhir:PractitionerRole.organization [
     fhir:Reference.display [ fhir:value "reporter organization" ]
  ];
  fhir:PractitionerRole.code [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "urn:oid:2.16.840.1.113883.3.989.2.1.1.6" ];
       fhir:Coding.code [ fhir:value "1" ];
       fhir:Coding.display [ fhir:value "Physician" ]     ]
  ];
  fhir:PractitionerRole.location [
     fhir:index 0;
     fhir:Reference.display [ fhir:value "reporter department" ]
  ];
  fhir:PractitionerRole.telecom [
     fhir:index 0;
     fhir:ContactPoint.system [ fhir:value "email" ];
     fhir:ContactPoint.value [ fhir:value "joe@anywhere.com" ]
  ].

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

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