NCPI FHIR Implementation Guide - Local Development build (v0.2.0). See the Directory of published versions
: phenotype-example-1 - JSON Representation
Raw json | Download
{
"resourceType" : "Condition",
"id" : "phenotype-example-1",
"meta" : {
"profile" : [
"https://nih-ncpi.github.io/ncpi-fhir-ig/StructureDefinition/phenotype"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Condition</b><a name=\"phenotype-example-1\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Condition "phenotype-example-1" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-phenotype.html\">NCPI Phenotype</a></p></div><p><b>verificationStatus</b>: Confirmed <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-condition-ver-status.html\">ConditionVerificationStatus</a>#confirmed)</span></p><p><b>code</b>: Present: Vesicoureteral reflux <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-hpo.html\">Human Phenotype Ontology</a>#HP:0000076 "Vesicoureteral reflux")</span></p><p><b>subject</b>: <a href=\"Patient-patient-example-1.html\">Patient/patient-example-1</a> " SMITH"</p><p><b>recordedDate</b>: </p></div>"
},
"verificationStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/condition-ver-status",
"code" : "confirmed",
"display" : "Confirmed"
}
]
},
"code" : {
"coding" : [
{
"system" : "http://purl.obolibrary.org/obo/hp.owl",
"code" : "HP:0000076",
"display" : "Vesicoureteral reflux"
}
],
"text" : "Present: Vesicoureteral reflux"
},
"subject" : {
"reference" : "Patient/patient-example-1"
},
"_recordedDate" : {
"extension" : [
{
"extension" : [
{
"url" : "target",
"valueReference" : {
"reference" : "Patient/patient-example-1"
}
},
{
"url" : "targetPath",
"valueString" : "birthDate"
},
{
"url" : "relationship",
"valueCode" : "after"
},
{
"url" : "offset",
"valueDuration" : {
"value" : 2,
"unit" : "w",
"system" : "http://unitsofmeasure.org",
"code" : "weeks"
}
}
],
"url" : "http://hl7.org/fhir/StructureDefinition/cqf-relativeDateTime"
}
]
}
}