Kids First Implementation Guide
0.1.0 - CI Build

Kids First Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions

: Kids First Condition/cd-001 - JSON Representation

Raw json | Download

{
  "resourceType" : "Condition",
  "id" : "cd-001",
  "meta" : {
    "versionId" : "0.1.0",
    "lastUpdated" : "2020-07-20T20:58:16.017336+00:00",
    "profile" : [
      "http://fhir.kids-first.io/StructureDefinition/kfdrc-condition"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>id</b>: cd-001</p><p><b>meta</b>: </p><p><b>category</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/condition-category encounter-diagnosis}\">Encounter Diagnosis</span></p><p><b>code</b>: <span title=\"Codes: {http://purl.obolibrary.org/obo/mondo.owl MONDO:0021058}, {http://purl.obolibrary.org/obo/ncit.owl NCIT:C54705}\">Neoplastic Syndrome</span></p><p><b>subject</b>: <a href=\"Patient-pt-001.html\">Generated Summary: id: pt-001; 14999; Mariah Abigail Smith(OFFICIAL); ph: (555) 555-5555(HOME); gender: female; birthDate: 2019-01-01</a></p><p><b>recordedDate</b>: Aug 23, 1905 12:00:00 AM</p></div>"
  },
  "extension" : [
    {
      "url" : "http://fhir.kids-first.io/StructureDefinition/age-at-event",
      "valueAge" : {
        "value" : 10,
        "unit" : "d",
        "system" : "http://unitsofmeasure.org",
        "code" : "days"
      }
    }
  ],
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/condition-category",
          "code" : "encounter-diagnosis",
          "display" : "Encounter Diagnosis"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://purl.obolibrary.org/obo/mondo.owl",
        "code" : "MONDO:0021058",
        "display" : "neoplastic syndrome"
      },
      {
        "system" : "http://purl.obolibrary.org/obo/ncit.owl",
        "code" : "NCIT:C54705",
        "display" : "Neoplastic Syndrome"
      }
    ],
    "text" : "Neoplastic Syndrome"
  },
  "subject" : {
    "reference" : "Patient/pt-001",
    "type" : "Patient"
  },
  "recordedDate" : "1905-08-23"
}