Projo FHIR Documentation
0.1.0 - ci-build
Projo FHIR Documentation - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Flag",
"id" : "ExampleRoutingFlag",
"meta" : {
"profile" : [
🔗 "https://projo.evoleen.com/fhir/StructureDefinition/projo-flag"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Flag ExampleRoutingFlag</b></p><a name=\"ExampleRoutingFlag\"> </a><a name=\"hcExampleRoutingFlag\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-projo-flag.html\">Projo Flag</a></p></div><p><b>identifier</b>: <code>https://projo.evoleen.com/fhir/identifier/routing-resource</code>/qr-12345:review</p><p><b>status</b>: Active</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/flag-category clinical}\">Clinical</span></p><p><b>code</b>: <span title=\"Codes:{https://projo.evoleen.com/fhir/CodeSystem/bounded-action route-to-review}\">Route to review</span></p><p><b>subject</b>: <a href=\"Patient/example-patient\">Patient/example-patient</a></p><p><b>period</b>: 2024-01-15 09:15:00+0000 --> (ongoing)</p></div>"
},
"identifier" : [
{
"system" : "https://projo.evoleen.com/fhir/identifier/routing-resource",
"value" : "qr-12345:review"
}
],
"status" : "active",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/flag-category",
"code" : "clinical"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "https://projo.evoleen.com/fhir/CodeSystem/bounded-action",
"code" : "route-to-review"
}
]
},
"subject" : {
"reference" : "Patient/example-patient"
},
"period" : {
"start" : "2024-01-15T09:15:00Z"
}
}