This page is part of the FHIR Specification (v4.3.0: R4B - STU). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
. Page versions: R5 R4B R4 R3
| Clinical Decision Support Work Group | Maturity Level: N/A | Standards Status: Informative | Compartments: Not linked to any defined compartments |
Raw Turtle (+ also see Turtle/RDF Format Specification)
QUICK Model Definition
@prefix fhir: <http://hl7.org/fhir/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
# - resource -------------------------------------------------------------------
[] a fhir:Library;
fhir:Resource.id [ fhir:value "library-quick-model-definition"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ]
];
fhir:Library.identifier [
fhir:index 0;
fhir:Identifier.use [ fhir:value "official" ];
fhir:Identifier.value [ fhir:value "QUICK" ]
];
fhir:Library.version [ fhir:value "1.0.0"];
fhir:Library.title [ fhir:value "QUICK Model Definition"];
fhir:Library.status [ fhir:value "draft"];
fhir:Library.experimental [ fhir:value "true"];
fhir:Library.type [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.code [ fhir:value "model-definition" ]
]
];
fhir:Library.date [ fhir:value "2016-07-08"];
fhir:Library.description [ fhir:value "Model definition for the QUICK Logical Model"];
fhir:Library.topic [
fhir:index 0;
fhir:CodeableConcept.text [ fhir:value "QUICK" ]
];
fhir:Library.content [
fhir:index 0;
fhir:Attachment.contentType [ fhir:value "application/xml" ];
fhir:Attachment.url [ fhir:value "http://cqlrepository.org/quick-modelinfo.xml" ]
] .
# -------------------------------------------------------------------------------------
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.