WADA List
0.1.0 - CI Build

WADA List, published by adamzk. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/adamzkover/wada-list-fhir/ and changes regularly. See the Directory of published versions

: Parameters-Library-Evaluate - JSON Representation

Raw json | Download

{
  "resourceType" : "Parameters",
  "id" : "Parameters-Library-Evaluate",
  "parameter" : [
    {
      "name" : "data",
      "resource" : {
        "resourceType" : "Bundle",
        "type" : "collection",
        "entry" : [
          // 
                <entry>
                    <fullUrl value="urn:uuid:90c280b3-a8d4-4df2-bd54-831f7d70c831" />
                    <resource>
                        <Patient>
                            <id value="90c280b3-a8d4-4df2-bd54-831f7d70c831" />
                            <name>
                                <family value="Doe" />
                                <given value="John" />
                            </name>
                        </Patient>
                    </resource>
                </entry>
                
          {
            "fullUrl" : "urn:uuid:3c4c0885-f8a7-403f-a667-561248956529",
            "resource" : {
              "resourceType" : "Medication",
              "id" : "3c4c0885-f8a7-403f-a667-561248956529",
              "code" : {
                "coding" : [
                  {
                    "system" : "http://legemiddelverket.no/FEST/LegemiddelMerkevareID",
                    "code" : "ID_F37082E9-651A-4E72-A72D-37DEFEA560AF",
                    "display" : "Intrarosa vagitorie 6,5 mg"
                  }
                ],
                "text" : "Intrarosa vagitorie 6,5 mg"
              }
            }
          },
          {
            "fullUrl" : "urn:uuid:239c94fb-58a5-4a20-8a67-40a062fd87d0",
            "resource" : {
              "resourceType" : "Medication",
              "id" : "239c94fb-58a5-4a20-8a67-40a062fd87d0",
              "code" : {
                "coding" : [
                  {
                    "system" : "http://legemiddelverket.no/FEST/LegemiddelMerkevareID",
                    "code" : "ID_B22FCF5F-1B95-4B7F-9E7D-8BA5A265974D",
                    "display" : "Aranesp inj, oppl 50 mikrog/sprøyte"
                  }
                ],
                "text" : "Aranesp inj, oppl 50 mikrog/sprøyte"
              }
            }
          }
        ]
      }
    }
  ]
}