This
page
is
part
of
the
FHIR
Specification
(v0.0.82:
(v1.0.2:
DSTU
1).
2).
The
current
version
which
supercedes
this
version
is
5.0.0
.
For
a
full
list
of
available
versions,
see
the
Directory
of
published
versions
.
Page
versions:
R5
R4B
R4
R3
R2
Real-world
NSW
My
Neonate
record
from
New
South
Wales,
Australia
"My
Personal
Health
Record
Record"
example
{
"resourceType": "Questionnaire",
"id": "bb",
"_id": {
"fhir_comments": [
" Please not that in this questionnaire, the questions are mostly uncoded. That is, the questions are not identified using the <concept> element. It will therefore\n be hard to extract useful information in an automated way from this questionnaire. This is, however, quite often the case when modelling existing questionnaires "
]
},
"text": {
"status": "generated",
"div": "<div>\n <pre>\n Cathy Jones, female. Birth weight 3.25 kg at 44.3 cm. \n Injection of Vitamin K given on 1972-11-30 (first dose) and 1972-12-11 (second dose)\n Note: Was able to speak Chinese at birth.\n </pre>\n </div>"
},
"status": "completed",
"authored": "2013-02-19T14:15:00",
"subject": {
"reference": "http://www.hl7.org/fhir/Patient/1"
},
"author": {
"reference": "http://www.hl7.org/fhir/Practitioner/1"
"div": "<div>\n <pre>\n<b>Birth details - To be completed by health professional</b>\n Name of child: ____________________________________\n Sex: __\n \n Neonatal Information\n Birth Weight (kg): ___________\n Birth Length (cm): ___________\n Vitamin K given : __\n 1st dose: ___________\n 2nd dose: ___________\n Hep B given : __\n Date given : ___________\n Abnormalities noted at birth:\n _______________________________________________\n </pre>\n </div>"
},
"status": "draft",
"date": "2013-02-19",
"publisher": "New South Wales Department of Health",
"subjectType": [
"Patient"
],
"group": {
"name": {
"text": "NSW Government My Personal Health Record, january 2013"
},
"linkId": "PHR",
"title": "NSW Government My Personal Health Record",
"required": true,
"group": [
{
"name": {
"coding": [
{
"code": "6.1"
}
],
"text": "Birth details"
},
"header": "Birth details - To be completed by health professional",
"fhir_comments": [
" Many groups left out of this example "
],
"linkId": "birthDetails",
"title": "Birth details - To be completed by health professional",
"group": [
{
"question": [
{
"text": "Name of child",
"answerString": "Cathy Jones"
"linkId": "nameOfChild",
"text": "Name of child"
},
{
"text": "Sex",
"choice": [
{
"code": "f"
}
]
"linkId": "sex",
"text": "Sex"
}
]
},
{
"header": "Neonatal Information",
"linkId": "neonatalInformation",
"title": "Neonatal Information",
"question": [
{
"text": "Birth weight (kg)",
"answerDecimal": 3.25
"linkId": "birthWeight",
"text": "Birth weight (kg)"
},
{
"text": "Birth length (cm)",
"answerDecimal": 44.3
"linkId": "birthLength",
"text": "Birth length (cm)"
},
{
"linkId": "vitaminKgiven",
"text": "Vitamin K given",
"choice": [
{
"code": "INJECTION"
}
],
"group": [
{
"extension": [
{
"url": "http://example.org/Profile/questionnaire#visibilityCondition",
"valueString": "HAS_VALUE(../choice/code) AND NEQ(../choice/code,'NO')"
"valueString": "HAS_VALUE(../choice/code) AND NEQ(../choice/code,'NO')",
"_valueString": {
"fhir_comments": [
" note: this syntax is for demonstration purposes only, will need to be finalized during DSTU "
]
}
}
],
"linkId": "vitaminKgivenDoses",
"question": [
{
"text": "1st dose",
"answerDate": "1972-11-30"
"linkId": "vitaminiKDose1",
"text": "1st dose"
},
{
"text": "2nd dose",
"answerDate": "1972-12-11"
"linkId": "vitaminiKDose2",
"text": "2nd dose"
}
]
}
]
},
{
"linkId": "hepBgiven",
"text": "Hep B given y / n",
"answerBoolean": true,
"group": [
{
"question": [
{
"text": "Date given",
"answerDate": "1972-12-04"
"linkId": "hepBgivenDate",
"text": "Date given"
}
]
}
]
},
{
"text": "Abnormalities noted at birth",
"answerString": "Already able to speak Chinese"
"linkId": "abnormalitiesAtBirth",
"text": "Abnormalities noted at birth"
}
]
}
]
}
]
}
}
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.