FHIR IG analytics| Package | hl7.fhir.cz.ps |
| Resource Type | MedicationStatement |
| Id | MedicationStatement-bf7167e9-e7e6-40d4-b810-7d6b48536b9b.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationStatement bf7167e9-e7e6-40d4-b810-7d6b48536b9b
Profile: MedicationStatement (CZ PS)
identifier: http://example.org/hospital/medication-statements/medication-statement-001
status: active
medication: Acetaminophen
{
"resourceType": "MedicationStatement",
"id": "bf7167e9-e7e6-40d4-b810-7d6b48536b9b",
"meta": {
"profile": [
"https://hl7.cz/fhir/ps/StructureDefinition/cz-medicationstatement-ps"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.org/hospital/medication-statements",
"value": "medication-statement-001"
}
],
"status": "active",
"medicationCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "387517004"
}
]
},
"subject": {
"reference": "urn:uuid:3c137453-0de8-4e1a-be72-9dc55f500d57"
}
}