Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
{
    "resourceType": "Medication",
    "amount": 1000,
    "code": {
        "coding": [
            {
                "code": "0001"
            }
        ],
        "text": "ACETYLSALICYLIC ACID (ASPIRIN)  TABS 300MG"
    },
    "extension": [
        {
            "valueUnitPrice": 10.0
        }
    ],
    "form": "1000 TABLETS",
    "id": "71EFB78B92F1654E-64EE290D-4A684BEE-BE2993B8-87DAF566EB202639685ACEB3",
    "identifier": [
        {
            "type": {
                "coding": [
                    {
                        "code": "ACSN",
                        "system": "https://hl7.org/fhir/valueset-identifier-type.html"
                    }
                ]
            },
            "use": "usual",
            "value": "71EFB78B92F1654E-64EE290D-4A684BEE-BE2993B8-87DAF566EB202639685ACEB3"
        },
        {
            "type": {
                "coding": [
                    {
                        "code": "ACSN",
                        "system": "https://hl7.org/fhir/valueset-identifier-type.html"
                    }
                ]
            },
            "use": "usual",
            "value": "0001"
        }
    ]
}

...