From e62b59d498fee902e871bac624bc786b692fc69f Mon Sep 17 00:00:00 2001 From: Piotr Mankowski Date: Wed, 13 Nov 2024 08:58:53 +0530 Subject: [PATCH] Additional integration, fixes, and updates --- input/fsh/profiles/HivGonorrhoeaTreatment.fsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/input/fsh/profiles/HivGonorrhoeaTreatment.fsh b/input/fsh/profiles/HivGonorrhoeaTreatment.fsh index 3f6329264d..0cfb7b2ef1 100644 --- a/input/fsh/profiles/HivGonorrhoeaTreatment.fsh +++ b/input/fsh/profiles/HivGonorrhoeaTreatment.fsh @@ -1,9 +1,9 @@ Profile: HivGonorrhoeaTreatment -Parent: MedicationRequest +Parent: MedicationStatement Description: "Gonorrhoea Treatment" * ^meta.profile[+] = "http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-shareablestructuredefinition" * ^meta.profile[+] = "http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-publishablestructuredefinition" * ^experimental = true * ^title = "Gonorrhoea Treatment" // TODO: figure out code -* code = HIVConcepts#HIV.D.DE812 \ No newline at end of file +* medicationCodeableConcept = HIVConcepts#HIV.D.DE812 \ No newline at end of file