Visit the HL7 website
Visit the FHIR website

CA Core+ 1.0.0 DFT-preBallot

1.0.0-DFT-preBallot   Canada flag
  • Home
  • Business Context
    • Business Context
    • Relationship to PCHDCF
    • Relationship to Other Specifications
    • CA Core+ to pCHDCF Mapping
  • Technical Context
    • Technical Context
    • Artifact Status Summary
    • Profiling Conventions & Approach
    • General Guidance
    • Mapping Logic
    • Security And Privacy
  • Modules
    • Modules
    • Common Data Exchange
    • Workflows
  • FHIR Artifacts
    • FHIR Artifacts
    • Profiles
    • Extensions
    • Data Types
    • Terminology
    • Examples
    • Download
  • Change Log
    • Change Log
    • Specification Guidance
    • Copyrights
    • Known Issues & Future Development
    • Specification Feedback
    1. Home
    2. FHIR Artifacts
    3. Examples
    4. Example Condition Diabetes

Draft preBallot - This specification is under preBallot review and subject to change. It should not be used for implementation purposes. . . . . For a full list of available versions, see the Directory of published versions

Example Condition Diabetes

This example includes an example of how the HL7 Translation extension can be applied for multi-lingual use cases.

  • Overview
  • XML
  • JSON
Condition
id : example-condition-ca-core2
meta
profile : http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/condition-ca-core
clinicalStatus
coding
system : http://terminology.hl7.org/CodeSystem/condition-clinical
code : active
display : Active
verificationStatus
coding
system : http://terminology.hl7.org/CodeSystem/condition-ver-status
code : confirmed
display : Confirmed
category
coding
system : http://snomed.info/sct
code : 404684003
display : Clinical finding (finding)
code
coding
system : http://snomed.info/sct
code : 73211009
display : Diabetes mellitus
extension
extension
url : lang
value : fr
extension
url : content
value : Diabète sucré
url : http://hl7.org/fhir/StructureDefinition/translation
subject
reference : Patient/example-patient-ca-core
encounter
reference : Encounter/example-encounter-ca-core
onset : 2014-02-09
recorder
reference : Practitioner/example-practitioner-ca-core
asserter
reference : Practitioner/example-practitioner-ca-core
<Condition xmlns="http://hl7.org/fhir">
    <id value="example-condition-ca-core2" />
    <meta>
        <profile value="http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/condition-ca-core" />
    </meta>
    <clinicalStatus>
        <coding>
            <system value="http://terminology.hl7.org/CodeSystem/condition-clinical" />
            <code value="active" />
            <display value="Active" />
        </coding>
    </clinicalStatus>
    <verificationStatus>
        <coding>
            <system value="http://terminology.hl7.org/CodeSystem/condition-ver-status" />
            <code value="confirmed" />
            <display value="Confirmed" />
        </coding>
    </verificationStatus>
    <category>
        <coding>
            <system value="http://snomed.info/sct" />
            <code value="404684003" />
            <display value="Clinical finding (finding)" />
        </coding>
    </category>
    <code>
        <coding>
            <system value="http://snomed.info/sct" />
            <code value="73211009" />
            <display value="Diabetes mellitus">
                <extension url="http://hl7.org/fhir/StructureDefinition/translation">
                    <extension url="lang">
                        <valueCode value="fr" />
                    </extension>
                    <extension url="content">
                        <valueString value="Diab&#232;te sucr&#233;" />
                    </extension>
                </extension>
            </display>
        </coding>
    </code>
    <subject>
        <reference value="Patient/example-patient-ca-core" />
    </subject>
    <encounter>
        <reference value="Encounter/example-encounter-ca-core" />
    </encounter>
    <onsetDateTime value="2014-02-09" />
    <recorder>
        <reference value="Practitioner/example-practitioner-ca-core" />
    </recorder>
    <asserter>
        <reference value="Practitioner/example-practitioner-ca-core" />
    </asserter>
</Condition>
{
    "resourceType": "Condition",
    "id": "example-condition-ca-core2",
    "meta": {
        "profile":  [
            "http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/condition-ca-core"
        ]
    },
    "clinicalStatus": {
        "coding":  [
            {
                "system": "http://terminology.hl7.org/CodeSystem/condition-clinical",
                "code": "active",
                "display": "Active"
            }
        ]
    },
    "verificationStatus": {
        "coding":  [
            {
                "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status",
                "code": "confirmed",
                "display": "Confirmed"
            }
        ]
    },
    "category":  [
        {
            "coding":  [
                {
                    "system": "http://snomed.info/sct",
                    "code": "404684003",
                    "display": "Clinical finding (finding)"
                }
            ]
        }
    ],
    "code": {
        "coding":  [
            {
                "system": "http://snomed.info/sct",
                "code": "73211009",
                "display": "Diabetes mellitus",
                "_display": {
                    "extension":  [
                        {
                            "extension":  [
                                {
                                    "url": "lang",
                                    "valueCode": "fr"
                                },
                                {
                                    "url": "content",
                                    "valueString": "Diabète sucré"
                                }
                            ],
                            "url": "http://hl7.org/fhir/StructureDefinition/translation"
                        }
                    ]
                }
            }
        ]
    },
    "subject": {
        "reference": "Patient/example-patient-ca-core"
    },
    "encounter": {
        "reference": "Encounter/example-encounter-ca-core"
    },
    "onsetDateTime": "2014-02-09",
    "recorder": {
        "reference": "Practitioner/example-practitioner-ca-core"
    },
    "asserter": {
        "reference": "Practitioner/example-practitioner-ca-core"
    }
}

Table of Contents | IG © based on FHIR R4 | Package package:ca.infoway.io.core@1.0.0-dft-preballot | Version History
HL7® and FHIR® are the registered trademarks of Health Level Seven International