This page is part of the Clinical Guidelines (v1.0.0: STU 1) based on FHIR R4. This is the current published version in it's permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
Formats: Narrative, XML, JSON, Turtle
Raw json
{
"resourceType" : "GraphDefinition",
"id" : "anc-summary",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>url</b>: <code>http://hl7.org/fhir/uv/cpg/GraphDefinition/anc-summary</code></p><p><b>version</b>: 1.0.0</p><p><b>name</b>: ANCSummary</p><p><b>status</b>: draft</p><p><b>experimental</b>: true</p><p><b>date</b>: Feb 11, 2021 8:30:11 PM</p><p><b>jurisdiction</b>: <span title=\"Codes: {http://unstats.un.org/unsd/methods/m49/m49.htm 001}\">World</span></p><p><b>start</b>: Patient</p><p><b>profile</b>: <a href=\"http://http://fhir.org/guides/who/anc-cds/ancpatient\">http://http://fhir.org/guides/who/anc-cds/ancpatient</a></p><blockquote><p><b>link</b></p><p><b>min</b>: 0</p><p><b>max</b>: *</p><p><b>description</b>: Encounters</p><h3>Targets</h3><table class=\"grid\"><tr><td>-</td><td><b>Type</b></td><td><b>Params</b></td><td><b>Profile</b></td></tr><tr><td>*</td><td>Encounter</td><td>patient={ref}</td><td><a href=\"http://fhir.org/guides/who/anc-cds/ancencounter\">http://fhir.org/guides/who/anc-cds/ancencounter</a></td></tr></table></blockquote><blockquote><p><b>link</b></p><p><b>min</b>: 0</p><p><b>max</b>: *</p><p><b>description</b>: LMP</p><h3>Targets</h3><table class=\"grid\"><tr><td>-</td><td><b>Type</b></td><td><b>Params</b></td><td><b>Profile</b></td></tr><tr><td>*</td><td>Observation</td><td>patient={ref}</td><td><a href=\"http://fhir.org/guides/who/anc-cds/StructureDefinition/lmpobservation\">http://fhir.org/guides/who/anc-cds/StructureDefinition/lmpobservation</a></td></tr></table></blockquote></div>"
},
"url" : "http://hl7.org/fhir/uv/cpg/GraphDefinition/anc-summary",
"version" : "1.0.0",
"name" : "ANCSummary",
"status" : "draft",
"experimental" : true,
"date" : "2021-02-11T20:30:11+00:00",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001",
"display" : "World"
}
]
}
],
"start" : "Patient",
"profile" : "http://http://fhir.org/guides/who/anc-cds/ancpatient",
"link" : [
{
"min" : 0,
"max" : "*",
"description" : "Encounters",
"target" : [
{
"type" : "Encounter",
"params" : "patient={ref}",
"profile" : "http://fhir.org/guides/who/anc-cds/ancencounter"
}
]
},
{
"min" : 0,
"max" : "*",
"description" : "LMP",
"target" : [
{
"type" : "Observation",
"params" : "patient={ref}",
"profile" : "http://fhir.org/guides/who/anc-cds/StructureDefinition/lmpobservation"
}
]
}
]
}