Release 4 5

This page is part of the FHIR Specification (v4.0.1: R4 (v5.0.0: R5 - Mixed Normative and STU ) ). This is the current published version in it's permanent home (it will always be available at this URL). 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

Library-composition-example.json

Example Library/composition-example (JSON)

Clinical Decision Support Work Group Maturity Level : N/A Standards Status : Informative Compartments : Not linked to any No defined compartments

Raw JSON ( canonical form + also see JSON Format Specification )

Zika Virus Management Library

{
  "resourceType": "Library",
  "id": "composition-example",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">Example of a library used as a composition of other artifacts.\n    </div>"

  "resourceType" : "Library",
  "id" : "composition-example",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Example of a library used as a composition of other artifacts.\n    </div>"

  },
  "identifier": [
    {
      "use": "official",
      "system": "http://example.org",
      "value": "Zika Artifacts"
    }
  ],
  "version": "1.0.0",
  "title": "Zika Artifacts",
  "status": "draft",
  "type": {
    "coding": [
      {
        "code": "asset-collection"
      }
    ]

  "identifier" : [{
    "use" : "official",
    "system" : "http://example.org",
    "value" : "Zika Artifacts"
  }],
  "version" : "1.0.0",
  "name" : "ZikaArtifacts",
  "title" : "Zika Artifacts",
  "status" : "draft",
  "type" : {
    "coding" : [{
      "code" : "asset-collection"
    }]

  },
  "date": "2017-03-10",
  "description": "Artifacts required for implementation of Zika Virus Management",
  "topic": [
    {
      "text": "Zika Virus Management"
    }
  ],
  "relatedArtifact": [
    {
      "type": "composed-of",
      "resource": "ActivityDefinition/administer-zika-virus-exposure-assessment"
    },
    {
      "type": "composed-of",
      "resource": "ActivityDefinition/order-serum-zika-dengue-virus-igm"
    },
    {
      "type": "composed-of",
      "resource": "ActivityDefinition/provide-mosquito-prevention-advice"
    },
    {
      "type": "composed-of",
      "resource": "Library/zika-virus-intervention-logic"
    },
    {
      "type": "composed-of",
      "resource": "PlanDefinition/zika-virus-intervention"
    },
    {
      "type": "composed-of",
      "resource": "Questionnaire/zika-virus-exposure-assessment"
    },
    {
      "type": "derived-from",
      "url": "https://www.cdc.gov/mmwr/volumes/65/wr/mm6539e1.htm?s_cid=mm6539e1_w"

  "date" : "2017-03-10",
  "description" : "Artifacts required for implementation of Zika Virus Management",
  "topic" : [{
    "text" : "Zika Virus Management"
  }],
  "relatedArtifact" : [{
    "type" : "composed-of",
    "resource" : "http://example.org/fhir/ActivityDefinition/administer-zika-virus-exposure-assessment"
  },
  {
    "type" : "composed-of",
    "resource" : "http://example.org/fhir/ActivityDefinition/order-serum-zika-dengue-virus-igm"
  },
  {
    "type" : "composed-of",
    "resource" : "http://example.org/fhir/ActivityDefinition/provide-mosquito-prevention-advice"
  },
  {
    "type" : "composed-of",
    "resource" : "http://example.org/fhir/Library/zika-virus-intervention-logic"
  },
  {
    "type" : "composed-of",
    "resource" : "http://example.org/fhir/PlanDefinition/zika-virus-intervention"
  },
  {
    "type" : "composed-of",
    "resource" : "http://hl7.org/fhir/Questionnaire/zika-virus-exposure-assessment"
  },
  {
    "type" : "derived-from",
    "document" : {
      "url" : "https://www.cdc.gov/mmwr/volumes/65/wr/mm6539e1.htm?s_cid=mm6539e1_w"

    }
  ]

  }]

}

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.