HL7 PT FHIR Implementation Guide: Example IG Release 1 | STU1
1.0.0 - STU1
HL7 PT FHIR Implementation Guide: Example IG Release 1 | STU1, published by HL7 Portugal. 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/hl7-pt/resp-ig/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Condition",
"id" : "condition_ID_example",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Condition condition_ID_example</b></p><a name=\"condition_ID_example\"> </a><a name=\"hccondition_ID_example\"> </a><a name=\"condition_ID_example-en-US\"> </a><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-ver-status unconfirmed}\">Unconfirmed</span></p><p><b>code</b>: <span title=\"Codes:{http://codesystem.inspirers.med.up.pt D_1.1_1}\">D_1.1_1</span></p><p><b>subject</b>: <a href=\"Patient/patient_ID_example\">Patient/patient_ID_example</a></p><p><b>recordedDate</b>: 2021-12-14 09:57:37+0000</p><p><b>recorder</b>: <a href=\"QuestionnaireResponse/QuestionnaireResponse_ID_example\">QuestionnaireResponse/QuestionnaireResponse_ID_example</a></p></div>"
},
"clinicalStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
"code" : "active"
}
]
},
"verificationStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/condition-ver-status",
"code" : "unconfirmed"
}
]
},
"code" : {
"coding" : [
{
"system" : "http://codesystem.inspirers.med.up.pt",
"code" : "D_1.1_1"
}
]
},
"subject" : {
"reference" : "Patient/patient_ID_example"
},
"recordedDate" : "2021-12-14T09:57:37.057Z",
"recorder" : {
"reference" : "QuestionnaireResponse/QuestionnaireResponse_ID_example"
}
}