HL7 FHIR® Implementation Guide: Electronic Case Reporting (eCR) - US Realm
1.1.0 - STU 2 Ballot

This page is part of the electronic Case Reporting (eCR) (v1.1.0: STU 2 on FHIR R4 Ballot 1) based on FHIR R4. The current version which supercedes this version is 2.1.0. For a full list of available versions, see the Directory of published versions

: FHIR Model Definition - 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:Library;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "FHIR-ModelInfo"];
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "2" ];
     fhir:Meta.lastUpdated [ fhir:value "2020-11-25T23:11:05.555+00:00"^^xsd:dateTime ];
     fhir:Meta.source [ fhir:value "#o1aKHpQrp9GAAI1r" ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <table class=\"grid dict\">\n                <tr>\n                    <th scope=\"row\">\n                        <b>Id: </b>\n                    </th>\n                    <td style=\"padding-left: 25px;\">FHIR-ModelInfo</td>\n                </tr>\n                <tr>\n                    <th scope=\"row\">\n                        <b>Url: </b>\n                    </th>\n                    <td style=\"padding-left: 25px;\">http://hl7.org/fhir/Library/FHIR-ModelInfo</td>\n                </tr>\n                <tr>\n                    <th scope=\"row\">\n                        <b>Version: </b>\n                    </th>\n                    <td style=\"padding-left: 25px;\">4.0.1</td>\n                </tr>\n                <tr>\n                    <th scope=\"row\">\n                        <b>Identifier: </b>\n                    </th>\n                    <td style=\"padding-left: 25px;\">\n                        <p style=\"margin-bottom: 5px;\">\n                            <b>value: </b>\n                            <span>FHIR</span>\n                        </p>\n                    </td>\n                </tr>\n                <tr>\n                    <th scope=\"row\">\n                        <b>Name: </b>\n                    </th>\n                    <td style=\"padding-left: 25px;\">FHIR</td>\n                </tr>\n                <tr>\n                    <th scope=\"row\">\n                        <b>Title: </b>\n                    </th>\n                    <td style=\"padding-left: 25px;\">FHIR Model Definition</td>\n                </tr>\n                <tr>\n                    <th scope=\"row\">\n                        <b>Status: </b>\n                    </th>\n                    <td style=\"padding-left: 25px;\">active</td>\n                </tr>\n                <tr>\n                    <th scope=\"row\">\n                        <b>Type: </b>\n                    </th>\n                    <td style=\"padding-left: 25px;\">\n                        <p style=\"margin-bottom: 5px;\">\n                            <b>system: </b>\n                            <span>http://terminology.hl7.org/CodeSystem/library-type</span>\n                        </p>\n                        <p style=\"margin-bottom: 5px;\">\n                            <b>code: </b>\n                            <span>model-definition</span>\n                        </p>\n                    </td>\n                </tr>\n                <tr>\n                    <th scope=\"row\">\n                        <b>Date: </b>\n                    </th>\n                    <td style=\"padding-left: 25px;\">2019-08-08</td>\n                </tr>\n                <tr>\n                    <th scope=\"row\">\n                        <b>Publisher: </b>\n                    </th>\n                    <td style=\"padding-left: 25px;\">Health Level 7 International - Clinical Quality Information Work Group</td>\n                </tr>\n                <tr>\n                    <th scope=\"row\">\n                        <b>Description: </b>\n                    </th>\n                    <td style=\"padding-left: 25px;\">Model definition for the FHIR R4 (v4.0.1) Model</td>\n                </tr>\n                <tr>\n                    <th scope=\"row\">\n                        <b>Jurisdiction: </b>\n                    </th>\n                    <td style=\"padding-left: 25px;\">US</td>\n                </tr>\n                <tr>\n                    <th scope=\"row\">\n                        <b>Approval Date: </b>\n                    </th>\n                    <td style=\"padding-left: 25px;\">2019-08-08</td>\n                </tr>\n                <tr>\n                    <th scope=\"row\">\n                        <b>Last Review Date: </b>\n                    </th>\n                    <td style=\"padding-left: 25px;\">2020-06-19</td>\n                </tr>\n                <tr>\n                    <table>\n                        <tr>\n                            <th>\n                                <b>Content: </b> application/xml\n                            \n                            </th>\n                        </tr>\n                        <tr>\n                            <td>\n                                <pre>\n                                    <code>Encoded data ( characters)</code>\n                                </pre>\n                            </td>\n                        </tr>\n                    </table>\n                </tr>\n            </table>\n        </div>"
  ];
  fhir:Library.url [ fhir:value "http://hl7.org/fhir/Library/FHIR-ModelInfo"];
  fhir:Library.identifier [
     fhir:index 0;
     fhir:Identifier.use [ fhir:value "official" ];
     fhir:Identifier.system [ fhir:value "http://example.org/fhir/cqi/ecqm/Library/Identifier" ];
     fhir:Identifier.value [ fhir:value "FHIR" ]
  ];
  fhir:Library.version [ fhir:value "1.1.0"];
  fhir:Library.name [ fhir:value "FHIR"];
  fhir:Library.title [ fhir:value "FHIR Model Definition"];
  fhir:Library.status [ fhir:value "active"];
  fhir:Library.type [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/library-type" ];
       fhir:Coding.code [ fhir:value "model-definition" ]     ]
  ];
  fhir:Library.date [ fhir:value "2019-08-08"^^xsd:date];
  fhir:Library.publisher [ fhir:value "HL7 Public Health Work Group (http://www.hl7.org/Special/committees/pher/index.cfm)"];
  fhir:Library.contact [
     fhir:index 0;
     fhir:ContactDetail.name [ fhir:value "HL7 International - Public Health" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://www.hl7.org/Special/committees/pher" ]     ]
  ];
  fhir:Library.description [ fhir:value "Model definition for the FHIR R4 (v4.0.1) Model"];
  fhir:Library.jurisdiction [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ];
       fhir:Coding.code [ fhir:value "US" ];
       fhir:Coding.display [ fhir:value "United States of America" ]     ];
     fhir:CodeableConcept.text [ fhir:value "United States of America" ]
  ];
  fhir:Library.approvalDate [ fhir:value "2019-08-08"^^xsd:date];
  fhir:Library.lastReviewDate [ fhir:value "2020-06-19"^^xsd:date];
  fhir:Library.topic [
     fhir:index 0;
     fhir:CodeableConcept.text [ fhir:value "FHIR" ]
  ];
  fhir:Library.content [
     fhir:index 0;
     fhir:Attachment.contentType [ fhir:value "application/xml" ];
     fhir:Attachment.url [ fhir:value "https://github.com/cqframework/clinical_quality_language/blob/master/Src/java/quick/src/main/resources/org/hl7/fhir/fhir-modelinfo-4.0.1.xml" ]
  ].

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

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