|
|
|
@ -18,9 +18,7 @@ properties:
|
|
|
|
but was picked up by the patient.
|
|
|
|
but was picked up by the patient.
|
|
|
|
|
|
|
|
|
|
|
|
We advise coalescing `prescribed` and `delivered`, as this guarantees an actual date.
|
|
|
|
We advise coalescing `prescribed` and `delivered`, as this guarantees an actual date.
|
|
|
|
type: string
|
|
|
|
$ref: ../date.yaml
|
|
|
|
format: date
|
|
|
|
|
|
|
|
example: "2023-03-27"
|
|
|
|
|
|
|
|
delivered:
|
|
|
|
delivered:
|
|
|
|
description: |-
|
|
|
|
description: |-
|
|
|
|
If present, the date when the patient received this medication (usually, because they picked it up at a pharmacy). Not all pharmacies are
|
|
|
|
If present, the date when the patient received this medication (usually, because they picked it up at a pharmacy). Not all pharmacies are
|
|
|
|
@ -28,9 +26,7 @@ properties:
|
|
|
|
entity that filled the prescription does not relay this to the source system.
|
|
|
|
entity that filled the prescription does not relay this to the source system.
|
|
|
|
|
|
|
|
|
|
|
|
At least one of `prescribed` and `delivered` is guaranteed to have a value.
|
|
|
|
At least one of `prescribed` and `delivered` is guaranteed to have a value.
|
|
|
|
type: string
|
|
|
|
$ref: ../date.yaml
|
|
|
|
format: date
|
|
|
|
|
|
|
|
example: "2023-03-28"
|
|
|
|
|
|
|
|
prescriber:
|
|
|
|
prescriber:
|
|
|
|
$ref: "Practitioner.yaml"
|
|
|
|
$ref: "Practitioner.yaml"
|
|
|
|
end:
|
|
|
|
end:
|
|
|
|
@ -40,9 +36,7 @@ properties:
|
|
|
|
|
|
|
|
|
|
|
|
If not present, this isn't the kind of medication that is designed to be used until symptoms fade or is no longer needed, or,
|
|
|
|
If not present, this isn't the kind of medication that is designed to be used until symptoms fade or is no longer needed, or,
|
|
|
|
our normalization systems aren't capable of normalizing the dosage/form into a meaningful end date.
|
|
|
|
our normalization systems aren't capable of normalizing the dosage/form into a meaningful end date.
|
|
|
|
type: string
|
|
|
|
$ref: ../date.yaml
|
|
|
|
format: date
|
|
|
|
|
|
|
|
example: "2023-04-14"
|
|
|
|
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|
description: |-
|
|
|
|
description: |-
|
|
|
|
This field is usually initialized with a general dutch name for the medication, but can be overwritten with custom text by the prescriber.
|
|
|
|
This field is usually initialized with a general dutch name for the medication, but can be overwritten with custom text by the prescriber.
|
|
|
|
|