openIMIS FHIR R4 Implementation Guide
1.0.0 - ci-build

openIMIS FHIR R4 Implementation Guide - Local Development build (v1.0.0). See the Directory of published versions

: MyTradePolicyHolder - 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:Organization;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "MyTradePolicyHolder"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://openimis.github.io/openimis_fhir_r4_ig/StructureDefinition/openimis-policy-holder-organization";
       fhir:index 0;
       fhir:link <https://openimis.github.io/openimis_fhir_r4_ig/StructureDefinition/openimis-policy-holder-organization>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></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 \"MyTradePolicyHolder\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-openimis-policy-holder-organization.html\">openIMIS Policy Holder Organization</a></p></div><p><b>Legal Forms (Organization)</b>: Personal Company <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-organization-ph-legal-form.html\">Legal Forms (Organization)</a>#1)</span></p><p><b>Activity (Organization)</b>: Industry <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-organization-ph-activity.html\">Activity (Organization)</a>#2)</span></p><p><b>identifier</b>: Unique code: 1234, UUID unique identifier: 4c87928a-cf9c-4f4b-aeeb-61041c84547f</p><p><b>type</b>: Non-Healthcare Business or Corporation <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-organization-type.html\">Organization type</a>#bus)</span></p><p><b>name</b>: My Trade</p><p><b>telecom</b>: <a href=\"mailto:[email protected]\">[email protected]</a>, ph: 0102030405, fax: 0102030450</p><p><b>address</b>: 54 Pasay Jamula Ultha </p><h3>Contacts</h3><table class=\"grid\"><tr><td>-</td><td><b>Name</b></td></tr><tr><td>*</td><td>John Doe</td></tr></table></div>"
  ];
  fhir:DomainResource.extension [
     fhir:index 0;
     fhir:Extension.url [ fhir:value "https://openimis.github.io/openimis_fhir_r4_ig/StructureDefinition/organization-ph-legal-form" ];
     fhir:Extension.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "https://openimis.github.io/openimis_fhir_r4_ig/CodeSystem/organization-ph-legal-form" ];
         fhir:Coding.code [ fhir:value "1" ];
         fhir:Coding.display [ fhir:value "Personal Company" ]       ]     ]
  ], [
     fhir:index 1;
     fhir:Extension.url [ fhir:value "https://openimis.github.io/openimis_fhir_r4_ig/StructureDefinition/organization-ph-activity" ];
     fhir:Extension.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "https://openimis.github.io/openimis_fhir_r4_ig/CodeSystem/organization-ph-activity" ];
         fhir:Coding.code [ fhir:value "2" ];
         fhir:Coding.display [ fhir:value "Industry" ]       ]     ]
  ];
  fhir:Organization.identifier [
     fhir:index 0;
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "https://openimis.github.io/openimis_fhir_r4_ig/CodeSystem/openimis-identifiers" ];
         fhir:Coding.code [ fhir:value "Code" ]       ]     ];
     fhir:Identifier.value [ fhir:value "1234" ]
  ], [
     fhir:index 1;
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "https://openimis.github.io/openimis_fhir_r4_ig/CodeSystem/openimis-identifiers" ];
         fhir:Coding.code [ fhir:value "UUID" ]       ]     ];
     fhir:Identifier.value [ fhir:value "4c87928a-cf9c-4f4b-aeeb-61041c84547f" ]
  ];
  fhir:Organization.type [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/organization-type" ];
       fhir:Coding.code [ fhir:value "bus" ]     ]
  ];
  fhir:Organization.name [ fhir:value "My Trade"];
  fhir:Organization.telecom [
     fhir:index 0;
     fhir:ContactPoint.system [ fhir:value "email" ];
     fhir:ContactPoint.value [ fhir:value "[email protected]" ]
  ], [
     fhir:index 1;
     fhir:ContactPoint.system [ fhir:value "phone" ];
     fhir:ContactPoint.value [ fhir:value "0102030405" ]
  ], [
     fhir:index 2;
     fhir:ContactPoint.system [ fhir:value "fax" ];
     fhir:ContactPoint.value [ fhir:value "0102030450" ]
  ];
  fhir:Organization.address [
     fhir:index 0;
     fhir:Element.extension [
       fhir:index 0;
       fhir:Extension.url [ fhir:value "https://openimis.github.io/openimis_fhir_r4_ig/StructureDefinition/address-municipality" ];
       fhir:Extension.valueString [ fhir:value "Jamu" ]     ], [
       fhir:index 1;
       fhir:Extension.url [ fhir:value "https://openimis.github.io/openimis_fhir_r4_ig/StructureDefinition/address-location-reference" ];
       fhir:Extension.valueReference [
         fhir:Reference.reference [ fhir:value "Location/Jamula-village" ]       ]     ];
     fhir:Address.line [
       fhir:value "54 Pasay";
       fhir:index 0     ];
     fhir:Address.city [ fhir:value "Jamula" ];
     fhir:Address.district [ fhir:value "Rapta" ];
     fhir:Address.state [ fhir:value "Ultha" ]
  ];
  fhir:Organization.contact [
     fhir:index 0;
     fhir:Organization.contact.name [
       fhir:HumanName.text [ fhir:value "John Doe" ]     ]
  ].

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

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