FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagefhir.r4.wales
Resource TypeQuestionnaireResponse
IdExample-DataStandardsWales-QuestionnaireResponse-GrowthChartCondition.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "QuestionnaireResponse",
  "id": "Example-DataStandardsWales-QuestionnaireResponse-GrowthChartCondition",
  "meta": {
    "profile": [
      "https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-QuestionnaireResponse"
    ]
  },
  "questionnaire": "Example-DataStandardsWales-Questionnaire-GrowthChartCondition",
  "status": "completed",
  "subject": {
    "reference": "Patient/Example-DataStandardsWales-Patient-PaediatricPatient"
  },
  "encounter": {
    "reference": "Encounter/Example-DataStandardsWales-Encounter-OutpatientClinic"
  },
  "author": {
    "reference": "Practitioner/Example-DataStandardsWales-Practitioner-PaediatricNurse",
    "display": "SMITH, John (NMC:14H8558P), Registered Nurse"
  },
  "item": [
    {
      "linkId": "GC001",
      "text": "Growth chart notable condition",
      "answer": [
        {
          "valueString": "Turner syndrome present"
        }
      ]
    }
  ]
}