FHIR Chat · Blood Group/Type · implementers

Stream: implementers

Topic: Blood Group/Type


view this post on Zulip Jeffy Mathew Jose (Jun 20 2018 at 15:22):

Where does FHIR store blood group/ type of a person. I looked @ patient and person resources but couldn't find anything related

view this post on Zulip Lloyd McKenzie (Jun 20 2018 at 15:48):

That information would be captured as an Observation

view this post on Zulip Lloyd McKenzie (Jun 20 2018 at 15:49):

We've discussed standardizing it in the same way we have some of the vital signs observations, but I'm not sure whether that's going to be part of R4 or not. @Eric Haas ?

view this post on Zulip Brett Esler (Jun 21 2018 at 12:51):

Suggestion: I have LOINC 882-1 for code and SNOMED is-a 365640002 for the value - sample below. Any other suggestions?

{
    "resourceType": "Observation",
    "id": "6FA2AA1CA439ABFB38D48297E0ACC3FF.0-36-4",
    "meta": {
        "lastUpdated": "2018-05-01T21:12:11+10:00"
    },
    "text": {
        "status": "generated",
        "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>2018-05-01T21:12:11+10:00: ABO+RH Group: B+</p></div>"
    },
    "status": "final",
    "category": [
        {
            "coding": [
                {
                    "system": "http://hl7.org/fhir/observation-category",
                    "code": "laboratory",
                    "display": "Laboratory"
                }
            ]
        }
    ],
    "code": {
        "coding": [
            {
                "system": "http://loinc.org",
                "code": "882-1",
                "display": "ABO+RH Group"
            }
        ]
    },
    "subject": {
        "reference": "Patient/6FA2AA1CA439ABFB38D48297E0ACC3FF.36"
    },
    "effectiveDateTime": "2018-05-01T21:12:11+10:00",
    "valueCodeableConcept": {
        "coding": [
            {
                "system": "http://snomed.info/sct",
                "code": "278150003",
                "display": "Group B pos"
            }
        ],
        "text": "B+"
    }
}

view this post on Zulip Eric Haas (Jun 22 2018 at 05:01):

likely for R5. Best for some outside organization to pilot and implement a set of core profiles first using international usable terminology ( rules out Snomed)

view this post on Zulip Lloyd McKenzie (Jun 22 2018 at 13:33):

(Unless we can get a more workable agreement in place with SNOMED International around the use of the relevant codes, though for something like this, mapping might still be tempting.)

view this post on Zulip Jeffy Mathew Jose (Jun 22 2018 at 15:01):

Thanks guys

view this post on Zulip Simone Heckmann (Jul 05 2019 at 12:06):

What's the current status here? Are there already any international profiles available for Blood Type?

view this post on Zulip Rob Hausam (Jul 07 2019 at 04:07):

I'm not aware that CIMI has done anything with this yet. But blood type has been used as an example of the issues with multiple representations that CIMI intends to address. @Stan Huff @Susan Matney @Mark Kramer

view this post on Zulip Simone Heckmann (Jul 08 2019 at 07:57):

Is IPS planning on including it? It seems relevant...

view this post on Zulip Rob Hausam (Jul 08 2019 at 15:39):

I agree that blood group/type is relevant to consider for IPS. It's supported, but so far we haven't called it out specifically. We did include the SNOMED CT finding codes for blood group in the free set request for IPS, so those codes are available for anyone to use if they want to report blood group/type in an IPS instance.

view this post on Zulip Simone Heckmann (Oct 30 2019 at 15:04):

Any news on an international profile for blood type?


Last updated: Apr 12 2022 at 19:14 UTC