Te Whatu Ora Shared Care FHIR API
0.3.9 - release
Te Whatu Ora Shared Care FHIR API - Local Development build (v0.3.9) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
Active as of 2024-06-20 |
{
"resourceType" : "ActivityDefinition",
"id" : "MeasurementProcedureRequestTemplate",
"language" : "en-NZ",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en-NZ\" lang=\"en-NZ\"><p><b>Generated Narrative: ActivityDefinition </b><a name=\"MeasurementProcedureRequestTemplate\"> </a><a name=\"hcMeasurementProcedureRequestTemplate\"> </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\">ResourceActivityDefinition "MeasurementProcedureRequestTemplate" (Language"en-NZ") </p></div><p><b>url</b>: <code>https://build.fhir.org/ig/tewhatuora/cinc-fhir-ig/ActivityDefinition/MeasurementProcedureRequestTemplate</code></p><p><b>identifier</b>: MeasurementProcedureRequestTemplate\u00a0(use:\u00a0official,\u00a0period:\u00a02023-07-25 --> (ongoing)), COVID19MeasurementProcedureRequestTemplate\u00a0(use:\u00a0temp,\u00a0period:\u00a0(?) --> 2023-07-25)</p><p><b>version</b>: 0.1.6</p><p><b>name</b>: COVID19ObservationVitalSignsRequestTemplate</p><p><b>title</b>: Vital Signs Observation Service Request</p><p><b>status</b>: active</p><p><b>experimental</b>: true</p><p><b>subject</b>: Patient <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/R4/codesystem-resource-types.html\">ResourceType</a>#Patient)</span></p><p><b>date</b>: 2024-06-20 01:54:07+0000</p><p><b>publisher</b>: Te Whatu Ora</p><p><b>contact</b>: Te Whatu Ora: <a href=\"https://www.tewhatuora.govt.nz/\">https://www.tewhatuora.govt.nz/</a>, David Grainger: <a href=\"mailto:david.grainger@middleware.co.nz\">david.grainger@middleware.co.nz</a></p><p><b>description</b>: COVID-19 Request Measurement Collection</p><p><b>jurisdiction</b>: New Zealand <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-ISO3166Part1.html\">ISO 3166-1 Codes for the representation of names of countries and their subdivisions — Part 1: Country code</a>#NZ)</span></p><p><b>purpose</b>: Makes ServiceRequests which seek vital signs collection observations</p><p><b>usage</b>: For use in COVID-19 Care in the Community care plans to request a vital signs observation.</p><p><b>kind</b>: ServiceRequest</p><p><b>code</b>: Taking patient vital signs (procedure) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#61746007)</span></p><p><b>intent</b>: order</p><p><b>priority</b>: urgent</p><p><b>doNotPerform</b>: false</p><p><b>timing</b>: Starting 2022-11-01 , 3-3 per1 days, Until 2022-11-29 </p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td>patient</td></tr></table></div>"
},
"url" : "https://build.fhir.org/ig/tewhatuora/cinc-fhir-ig/ActivityDefinition/MeasurementProcedureRequestTemplate",
"identifier" : [
{
"use" : "official",
"value" : "MeasurementProcedureRequestTemplate",
"period" : {
"start" : "2023-07-25"
}
},
{
"use" : "temp",
"value" : "COVID19MeasurementProcedureRequestTemplate",
"period" : {
"end" : "2023-07-25"
}
}
],
"version" : "0.1.6",
"name" : "COVID19ObservationVitalSignsRequestTemplate",
"title" : "Vital Signs Observation Service Request",
"status" : "active",
"experimental" : true,
"subjectCodeableConcept" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/resource-types",
"code" : "Patient",
"display" : "Patient"
}
],
"text" : "Patient"
},
"date" : "2024-06-20T01:54:07+00:00",
"publisher" : "Te Whatu Ora",
"contact" : [
{
"name" : "Te Whatu Ora",
"telecom" : [
{
"system" : "url",
"value" : "https://www.tewhatuora.govt.nz/"
}
]
},
{
"name" : "David Grainger",
"telecom" : [
{
"system" : "email",
"value" : "david.grainger@middleware.co.nz",
"use" : "work"
}
]
}
],
"description" : "COVID-19 Request Measurement Collection",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "NZ",
"display" : "New Zealand"
}
]
}
],
"purpose" : "Makes ServiceRequests which seek vital signs collection observations",
"usage" : "For use in COVID-19 Care in the Community care plans to request a vital signs observation.",
"kind" : "ServiceRequest",
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "61746007",
"display" : "Taking patient vital signs (procedure)"
}
]
},
"intent" : "order",
"priority" : "urgent",
"doNotPerform" : false,
"timingTiming" : {
"repeat" : {
"boundsPeriod" : {
"start" : "2022-11-01",
"end" : "2022-11-29"
},
"frequency" : 3,
"frequencyMax" : 3,
"period" : 1,
"periodUnit" : "d"
}
},
"participant" : [
{
"type" : "patient"
}
]
}