OpenMRS Core FHIR Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions
: OpenMRS Group Example - JSON Representation
Raw json | Download
{
"resourceType" : "Group",
"id" : "bc572131-c234-436f-9194-00287759a3e4",
"meta" : {
"profile" : [
"http://fhir.openmrs.org/core/StructureDefinition/omrs-group"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Group</b><a name=\"bc572131-c234-436f-9194-00287759a3e4\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Group "bc572131-c234-436f-9194-00287759a3e4" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-omrs-group.html\">OMRS Group</a></p></div><p><b>Group descriptive extension</b>: Male Patients years that are alive</p><p><b>active</b>: true</p><p><b>type</b>: person</p><p><b>actual</b>: true</p><p><b>name</b>: male cohort</p><p><b>quantity</b>: 10</p><p><b>managingEntity</b>: <a href=\"Practitioner-7a9e2727-11ee-47ae-8af5-1dcf5337f7c2.html\">Practitioner/7a9e2727-11ee-47ae-8af5-1dcf5337f7c2: Super User</a> " CAREFUL"</p></div>"
},
"extension" : [
{
"url" : "http://fhir.openmrs.org/core/StructureDefinition/omrs-group-description-ext",
"valueString" : "Male Patients years that are alive"
}
],
"active" : true,
"type" : "person",
"actual" : true,
"name" : "male cohort",
"quantity" : 10,
"managingEntity" : {
"reference" : "Practitioner/7a9e2727-11ee-47ae-8af5-1dcf5337f7c2",
"type" : "Practitioner",
"display" : "Super User"
}
}