Nictiz FHIR NL R4 Zib2020
0.9.0 - CI Build

Nictiz FHIR NL R4 Zib2020 - Local Development build (v0.9.0). See the Directory of published versions

: Example Medication - nl-core-Vaccination-03-PharmaceuticalProduct-01 - JSON Representation

Raw json | Download


{
  "resourceType" : "Medication",
  "id" : "nl-core-Vaccination-03-PharmaceuticalProduct-01",
  "meta" : {
    "profile" : [
      "http://nictiz.nl/fhir/StructureDefinition/nl-core-PharmaceuticalProduct"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Medication</b><a name=\"nl-core-Vaccination-03-PharmaceuticalProduct-01\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Medication &quot;nl-core-Vaccination-03-PharmaceuticalProduct-01&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-nl-core-PharmaceuticalProduct.html\">nl core PharmaceuticalProduct</a></p></div><p><b>ext PharmaceuticalProduct.Description</b>: HEPATITIS A, GEINACTIVEERD, INTACT VIRUS</p><p><b>code</b>: HEPATITIS A, GEINACTIVEERD, INTACT VIRUS <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-WC.html\">WHO ATC</a>#J07BC02)</span></p><p><b>form</b>: SUSPENSIE VOOR INJECTIE <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (unknown#21)</span></p><h3>Batches</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>LotNumber</b></td></tr><tr><td style=\"display: none\">*</td><td>AW1898</td></tr></table></div>"
  },
  "extension" : [
    //  Omschrijving 
    {
      "url" : "http://nictiz.nl/fhir/StructureDefinition/ext-PharmaceuticalProduct.Description",
      "valueString" : "HEPATITIS A, GEINACTIVEERD, INTACT VIRUS"
    }
  ],
  "code" : //  add description 
  //  Serienummer 
  //    <identifier> <!-\- Add serialnumber -\-> </identifier>
  //  ProductCode 
  {
    "coding" : [
      {
        "system" : "http://www.whocc.no/atc",
        "code" : "J07BC02",
        "display" : "HEPATITIS A, GEINACTIVEERD, INTACT VIRUS"
      }
    ]
  },
  "form" : //  ProductNaam 
  //  FarmaceutischeVorm 
  {
    "coding" : [
      {
        "system" : "urn:oid:2.16.840.1.113883.2.4.4.11",
        "code" : "21",
        "display" : "SUSPENSIE VOOR INJECTIE"
      }
    ]
  },
  "batch" : //  ProductNaam 
  //  Batchnummer 
  {
    "lotNumber" : "AW1898"
  }
}