FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/MedicationCreate

Packagequalitype.fhir.samples
Resource TypeStructureDefinition
IdMedicationCreate
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=qualitype.fhir.samples@1.0.0&canonical=http://www.qualitype.de/samples/fhir/StructureDefinition/MedicationCreate
URLhttp://www.qualitype.de/samples/fhir/StructureDefinition/MedicationCreate
Statusactive
NameMedicationCreate
DescriptionThe structure definition of a medication within an order creation (this SHALL be contained in a 'ServiceRequest').
TypeMedication
Kindresource

Resources that use this resource

StructureDefinition
ServiceRequestCreateServiceRequestCreate

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "MedicationCreate",
  "url": "http://www.qualitype.de/samples/fhir/StructureDefinition/MedicationCreate",
  "name": "MedicationCreate",
  "status": "active",
  "description": "The structure definition of a medication within an order creation (this SHALL be contained in a 'ServiceRequest').",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "script10.6",
      "uri": "http://ncpdp.org/SCRIPT10_6",
      "name": "Mapping to NCPDP SCRIPT 10.6"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    },
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Medication",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Medication",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Medication.identifier",
        "path": "Medication.identifier",
        "max": "0"
      },
      {
        "id": "Medication.code",
        "path": "Medication.code",
        "binding": {
          "strength": "required",
          "valueSet": "http://www.qualitype.de/samples/fhir/CodeSystem/medications"
        }
      },
      {
        "id": "Medication.code.coding",
        "path": "Medication.code.coding",
        "max": "1"
      },
      {
        "id": "Medication.code.text",
        "path": "Medication.code.text",
        "max": "0"
      },
      {
        "id": "Medication.status",
        "path": "Medication.status",
        "max": "0"
      },
      {
        "id": "Medication.manufacturer",
        "path": "Medication.manufacturer",
        "max": "0"
      },
      {
        "id": "Medication.form",
        "path": "Medication.form",
        "max": "0"
      },
      {
        "id": "Medication.amount",
        "path": "Medication.amount",
        "max": "0"
      },
      {
        "id": "Medication.ingredient",
        "path": "Medication.ingredient",
        "max": "0"
      },
      {
        "id": "Medication.batch",
        "path": "Medication.batch",
        "max": "0"
      }
    ]
  }
}