Mobile Antepartum Summary
1.0.0 - trial-use
Mobile Antepartum Summary, published by IHE Patient Care Coordination Committee. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/PCC.mAPS/ and changes regularly. See the Directory of published versions
{
"resourceType" : "CareTeam",
"id" : "ex-careteam",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CareTeam ex-careteam</b></p><a name=\"ex-careteam\"> </a><a name=\"hcex-careteam\"> </a><a name=\"ex-careteam-en-US\"> </a><blockquote><p><b>participant</b></p><p><b>role</b>: <span title=\"Codes:{http://example.org/mysys lmc}\">Midwife</span></p><p><b>member</b>: <a href=\"Practitioner-pr1.html\">Mavis Midwife</a></p></blockquote><blockquote><p><b>participant</b></p><p><b>role</b>: <span title=\"Codes:{http://example.org/mysys obs}\">Obstretitian</span></p><p><b>member</b>: <a href=\"Practitioner-pr2.html\">Oscar Obstetrician</a></p></blockquote></div>"
},
"participant" : [
{
"role" : [
{
"coding" : [
{
"system" : "http://example.org/mysys",
"code" : "lmc"
}
],
"text" : "Midwife"
}
],
"member" : {
🔗 "reference" : "Practitioner/pr1",
"display" : "Mavis Midwife"
}
},
{
"role" : [
{
"coding" : [
{
"system" : "http://example.org/mysys",
"code" : "obs"
}
],
"text" : "Obstretitian"
}
],
"member" : {
🔗 "reference" : "Practitioner/pr2",
"display" : "Oscar Obstetrician"
}
}
]
}