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

FHIR IG analytics

Packagehl7.fhir.uv.phenomics-exchange
Resource TypeObservation
IdObservation-phenotype-1.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Observation phenotype-1

Language: en

Profile: Phenotype Observation profile

status: Final

code: Arachnodactyly

subject: http://server.example.org/fhir/Patient/example

effective: 2014-12-11 04:44:16+0000

performer: http://server.example.org/fhir/Organization/f201

value: Present


Source1

{
  "resourceType": "Observation",
  "id": "phenotype-1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/phenomics-exchange/StructureDefinition/phenotype"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://human-phenotype-ontology.org",
        "code": "HP:0001166",
        "display": "Arachnodactyly"
      }
    ]
  },
  "subject": {
    "reference": "http://server.example.org/fhir/Patient/example"
  },
  "effectiveDateTime": "2014-12-11T04:44:16Z",
  "performer": [
    {
      "reference": "http://server.example.org/fhir/Organization/f201"
    }
  ],
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "LA9633-4",
        "display": "Present"
      }
    ]
  }
}