HL7 FHIR® UK Core
4.0.0 - CI Build

HL7 FHIR® UK Core - Local Development build (v4.0.0). See the Directory of published versions

List-UKCore-List-Example - JSON Representation

(back to description)

Raw json

Source view

{
  "resourceType" : "List",
  "id" : "UKCore-List-Example",
  "meta" : {
    "profile" : [
      "https://fhir.nhs.uk/R4/StructureDefinition/UKCore-List"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: UKCore-List-Example</p><p><b>meta</b>: </p><p><b>status</b>: current</p><p><b>mode</b>: working</p><p><b>code</b>: Miscellaneous record <span style=\"background: LightGoldenRodYellow\">(Details : {SNOMED CT code '826501000000100' = '826501000000100', given as 'Miscellaneous record'})</span></p><p><b>subject</b>: <a href=\"List-UKCore-List-Example.html\">Generated Summary: id: UKCore-Patient-Example; 9912003888; Richard SMITH (OFFICIAL); ph: 01131231234; gender: male; birthDate: 1970-09-11</a></p><p><b>date</b>: 10 Dec 2019, 13:00:00</p><p><b>emptyReason</b>: No Content Recorded <span style=\"background: LightGoldenRodYellow\">(Details : {https://fhir.nhs.uk/R4/CodeSystem/UKCore-ListEmptyReasonCode code 'no-content-recorded' = 'No Content Recorded', given as 'No Content Recorded'})</span></p></div>"
  },
  "status" : "current",
  "mode" : "working",
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "826501000000100",
        "display" : "Miscellaneous record"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/UKCore-Patient-Example"
  },
  "date" : "2019-12-10T13:00:00+00:00",
  "emptyReason" : {
    "coding" : [
      {
        "system" : "https://fhir.nhs.uk/R4/CodeSystem/UKCore-ListEmptyReasonCode",
        "code" : "no-content-recorded",
        "display" : "No Content Recorded"
      }
    ]
  }
}