<<<<<<< HEAD ======= >>>>>>> med01


0.1.3 - ci-build

MED - Local Development build (v0.1.3) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: MedicationRequestExample001 - JSON Representation

Raw json | Download


{
  "resourceType" : "MedicationRequest",
  "id" : "MedicationRequestExample001",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.medicaia.ar/StructureDefinition/MedicationRequestMED"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest MedicationRequestExample001</b></p><a name=\"MedicationRequestExample001\"> </a><a name=\"hcMedicationRequestExample001\"> </a><a name=\"MedicationRequestExample001-en-US\"> </a><p><b>identifier</b>: <code>http://www.medicaia.ar/MRN</code>/12345689</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>medication</b>: <span title=\"Codes:{http://snomed.info/sct 38268001}\">Product containing ibuprofen (medicinal product)</span></p><p><b>subject</b>: <a href=\"Patient-PatientExample001.html\">Juan Domingo Perez Garcia Male, DoB: 1998-08-08 ( DOCUMENTO NACIONAL DE IDENTIDAD: 99.999.998)</a></p><p><b>encounter</b>: <a href=\"Encounter-EncounterExample001.html\">Encounter: extension = No display for Extension ; identifier = http://www.acme.com/identifiers/EJEMPLO#v2222; status = finished; class = ambulatory (Encounter Class#AMB); period = 2023-11-29 00:00:00+0000 --&gt; (ongoing); reasonCode = Acute bronchiolitis with obstruction</a></p><p><b>authoredOn</b>: 2023-12-15</p><p><b>requester</b>: <a href=\"Practitioner-PractitionerExample001.html\">Practitioner Dr. Rene Favaloro</a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 2733002}\">Heel pain</span></p><p><b>groupIdentifier</b>: <code>http://www.onehealth.com/HIS</code>/12345\u00a0(use:\u00a0official,\u00a0)</p><p><b>note</b>: Tomar con las comidas</p><blockquote><p><b>dosageInstruction</b></p></blockquote></div>"
  },
  "identifier" : [
    {
      "system" : "http://www.medicaia.ar/MRN",
      "value" : "12345689",
      "assigner" : {
        🔗 "reference" : "Organization/OrganizationExample001"
      }
    }
  ],
  "status" : "active",
  "intent" : "order",
  "medicationCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "38268001",
        "display" : "Product containing ibuprofen (medicinal product)"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/PatientExample001"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/EncounterExample001"
  },
  "authoredOn" : "2023-12-15",
  "requester" : {
    🔗 "reference" : "Practitioner/PractitionerExample001"
  },
  "reasonCode" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "2733002",
          "display" : "Heel pain"
        }
      ]
    }
  ],
  "groupIdentifier" : {
    "use" : "official",
    "system" : "http://www.onehealth.com/HIS",
    "value" : "12345",
    "assigner" : {
      🔗 "reference" : "Organization/OrganizationExample001"
    }
  },
  "note" : [
    {
      "text" : "Tomar con las comidas"
    }
  ],
  "dosageInstruction" : [
    {
      "text" : "1 comprimido de 400mg cada 12 hs",
      "timing" : {
        "repeat" : {
          "boundsDuration" : {
            "value" : 10,
            "unit" : "d"
          },
          "frequency" : 2,
          "period" : 1,
          "periodUnit" : "d"
        }
      },
      "route" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "26643006",
            "display" : "Oral use"
          }
        ]
      },
      "doseAndRate" : [
        {
          "type" : {
            "coding" : [
              {
                "system" : "https://fhir.medicaia.ar/CodeSystem/DoseAndRateTypeCS",
                "code" : "calculated",
                "display" : "Calculated"
              }
            ]
          },
          "doseQuantity" : {
            "value" : 2,
            "unit" : "TAB",
            "system" : "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
            "code" : "TAB"
          }
        }
      ]
    }
  ]
}