FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.davinci-dtr.r4b
Resource TypeLibrary
IdLibrary-library-quick-model-definition.json
FHIR VersionR4B

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Title: QUICK Model Definition
Id: library-quick-model-definition
Version: 2.2.0-ballot
Url: QUICK Model Definition
Official

QUICK

Type:

system: http://terminology.hl7.org/CodeSystem/library-type

code: model-definition

Date: 2016-07-08
Publisher: HL7 International / Clinical Decision Support
Description:

Model definition for the QUICK Logical Model

Jurisdiction: US
Topic:
Content: application/xml

Source1

{
  "resourceType": "Library",
  "id": "library-quick-model-definition",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://example.org/fhir/Library/quick",
  "identifier": [
    {
      "use": "official",
      "value": "QUICK"
    }
  ],
  "version": "2.2.0-ballot",
  "title": "QUICK Model Definition",
  "status": "active",
  "type": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/library-type",
        "code": "model-definition"
      }
    ]
  },
  "date": "2016-07-08",
  "publisher": "HL7 International / Clinical Decision Support",
  "contact": [
    {
      "name": "HL7 International / Clinical Decision Support",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/dss"
        }
      ]
    }
  ],
  "description": "Model definition for the QUICK Logical Model",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "topic": [
    {
      "text": "QUICK"
    }
  ],
  "content": [
    {
      "contentType": "application/xml",
      "url": "http://cqlrepository.org/quick-modelinfo.xml"
    }
  ]
}