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

FHIR IG analytics

Packagecce.fhir
Resource TypeObservation
IdObservation-Histology-example-1.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": "Observation",
  "id": "Observation-Histology-example-1",
  "meta": {
    "profile": [
      "https://www.cancercoreeurope.eu/fhir/StructureDefinition/cce-core-Observation-Histology"
    ]
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "59847-4"
      }
    ]
  },
  "subject": {
    "reference": "Patient/Patient-Patient-example-1"
  },
  "effectiveDateTime": "2018-01-01",
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "urn:oid:2.16.840.1.113883.6.43.1",
        "version": "32",
        "code": "8140/3"
      }
    ]
  },
  "specimen": {
    "reference": "Specimen/Specimen-Specimen-example-1"
  }
}